token
This commit is contained in:
parent
03d3befbdd
commit
b71633d744
|
|
@ -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不存在");
|
||||
|
|
|
|||
Loading…
Reference in New Issue