777743434343333
This commit is contained in:
parent
dc7f7d15a8
commit
dc7f5fe174
@ -379,7 +379,7 @@ public class UserService {
|
|||||||
try {
|
try {
|
||||||
HashMap<String, Object> params = new HashMap<>();
|
HashMap<String, Object> params = new HashMap<>();
|
||||||
params.put("mobile", mobile);
|
params.put("mobile", mobile);
|
||||||
params.put("platform", "case");
|
params.put("platform", appConfig.getPlatform());
|
||||||
params.put("timestamp", System.currentTimeMillis() / 1000);
|
params.put("timestamp", System.currentTimeMillis() / 1000);
|
||||||
String signature = Sha256Util.getSign(params, appConfig.getAccessToken());
|
String signature = Sha256Util.getSign(params, appConfig.getAccessToken());
|
||||||
params.put("signature", signature);
|
params.put("signature", signature);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user