no message

main
HUOJIN\92525 2025-09-01 11:53:40 +08:00
parent 6360c591b2
commit c14eb21c74
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ public class LesServiceImpl implements LesService {
jsonObject.put("guid", guid);
//系统标识
jsonObject.put("appId", "wcs");
//请求时间戳
jsonObject.put("requestTime", String.valueOf(System.currentTimeMillis() / 1000));
//请求时间
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
jsonObject.put("reqTime", sdf.format(new Date()));