wuzeyu
2024-12-13 dd2259bcc1cfe4e31f297af3df1e94d2b95d7476
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);