no message
parent
6360c591b2
commit
c14eb21c74
|
|
@ -148,6 +148,8 @@ public class LesServiceImpl implements LesService {
|
||||||
jsonObject.put("guid", guid);
|
jsonObject.put("guid", guid);
|
||||||
//系统标识
|
//系统标识
|
||||||
jsonObject.put("appId", "wcs");
|
jsonObject.put("appId", "wcs");
|
||||||
|
//请求时间戳
|
||||||
|
jsonObject.put("requestTime", String.valueOf(System.currentTimeMillis() / 1000));
|
||||||
//请求时间
|
//请求时间
|
||||||
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||||
jsonObject.put("reqTime", sdf.format(new Date()));
|
jsonObject.put("reqTime", sdf.format(new Date()));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue