薪酬token

This commit is contained in:
Harryxzy 2023-10-11 15:54:08 +08:00
parent b71633d744
commit c83539460c
1 changed files with 1 additions and 1 deletions

View File

@ -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;