xiexiang 2 年之前
父節點
當前提交
42da44706f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      RMS/src/main/java/cn/cslg/report/service/OutInterfaceService.java

+ 1 - 0
RMS/src/main/java/cn/cslg/report/service/OutInterfaceService.java

@@ -77,6 +77,7 @@ public class OutInterfaceService {
         map.put("uuid", loginVO.getUuid());
         map.put("username", loginVO.getUsername());
         map.put("password", loginVO.getPassword());
+        map.put("loginSystem", 2);
         JSONObject json = new JSONObject(map);
         RequestBody requestBody = RequestBody.create(JSON, String.valueOf(json));
         OkHttpClient okHttpClient = new OkHttpClient();