消息记录
这个提交包含在:
父节点
1cae280c4d
当前提交
df300774d0
@ -19,7 +19,7 @@ public class HelloController {
|
|||||||
public String getUserSig(@PathVariable String id) throws Exception {
|
public String getUserSig(@PathVariable String id) throws Exception {
|
||||||
System.out.println("id ==> " + id);
|
System.out.println("id ==> " + id);
|
||||||
if (null == tl)
|
if (null == tl)
|
||||||
tl = new TLSSigAPIv2(1400803988, "057bdae3217929deeedb59625f8dba67169ce404212b74729417ff9909b101e7");
|
tl = new TLSSigAPIv2(1400810832, "45aecdb877460cee0b067cc0144b19e19e9352545ccc3376b52a71f719b5bf57");
|
||||||
|
|
||||||
return "{\"code\":0,\"data\":{\"userId\":\"" + id + "\",\"userSig\":\"" + tl.genUserSig(id, 2592000) + "\"},\"message\":\"\"}";
|
return "{\"code\":0,\"data\":{\"userId\":\"" + id + "\",\"userSig\":\"" + tl.genUserSig(id, 2592000) + "\"},\"message\":\"\"}";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -126,7 +126,4 @@ public class RequestManager {
|
|||||||
groupRepository.save(groupEntity);
|
groupRepository.save(groupEntity);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void getHistoryForMsg(String appId, String userId, int pageSize, long timestamp) {
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户