消息记录

这个提交包含在:
xuqm 2023-06-13 14:44:19 +08:00
父节点 1cae280c4d
当前提交 df300774d0
共有 2 个文件被更改,包括 1 次插入4 次删除

查看文件

@ -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) {
}
} }