zuojincheng
2025-06-24 07386c2258263d8f9c357f581d2ec2f3a4696cbf
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);