zhubaomin
2024-11-12 9768218cdd1afa303840b173690b122a1c5e0894
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/client/ClientCtrl.java
@@ -213,7 +213,7 @@
            }
            JSONObject job_result = new JSONObject();
            job_result.put("clientId", clientId);
            job_result.put("clientId", String.valueOf(clientId));
            job_result.put("sessionId", sessionId);
            return BaseResponseUtils.buildSuccess(job_result);