|
|
@@ -317,9 +317,9 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl
|
|
|
|
|
|
// 构建 vars
|
|
|
Map<String, String> varsMap = new HashMap<>();
|
|
|
- varsMap.put("timeCreated", timeCreate);
|
|
|
+ varsMap.put("timeCreate", timeCreate);
|
|
|
varsMap.put("type", type1);
|
|
|
- varsMap.put("url", httpUrl + "userId=" + userId + "&remark=" + sysUserTrack.getApproveMess() + "&type=" + type1);
|
|
|
+ varsMap.put("url", httpUrl + "id=" + userId + "&remark=" + sysUserTrack.getApproveMess() + "&type=" + type1);
|
|
|
// 将 vars 转换为 JSON 字符串
|
|
|
Gson gson = new Gson();
|
|
|
String varsJson = gson.toJson(varsMap);
|