薪酬token
This commit is contained in:
parent
b71633d744
commit
c83539460c
|
|
@ -138,7 +138,7 @@ public class SalaryTokenUtil {
|
|||
RSA rsa = new RSA();
|
||||
String encryptUid = rsa.encrypt(null, uid.toString(), null, "utf-8", spk, false);
|
||||
String token = (String)JSONObject.parseObject(data2, new TypeReference<Map<String, Object>>() {}).get("token");
|
||||
resultMap.put("encryptUid", encryptUid);
|
||||
resultMap.put("userid", encryptUid);
|
||||
resultMap.put("token", token);
|
||||
resultMap.put("appid",appid);
|
||||
return resultMap;
|
||||
|
|
|
|||
Loading…
Reference in New Issue