This commit is contained in:
Harryxzy 2023-10-11 15:28:58 +08:00
parent 03d3befbdd
commit b71633d744
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ public class SalaryTokenUtil {
String token = (String)JSONObject.parseObject(data2, new TypeReference<Map<String, Object>>() {}).get("token");
resultMap.put("encryptUid", encryptUid);
resultMap.put("token", token);
resultMap.put("appid",appid);
return resultMap;
} else {
throw new SalaryRunTimeException("spk不存在");