zhubaomin
2024-10-22 ae844683ede273edad59085227e36ae3ce02de06
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/client/ClientCtrl.java
@@ -204,7 +204,11 @@
            if(rec != null) {
                SessionId = String.valueOf(rec);
            }
            return BaseResponseUtils.buildSuccess(SessionId);
            JSONObject job_result = new JSONObject();
            job_result.put("clientId", clientId);
            job_result.put("SessionId", SessionId);
            return BaseResponseUtils.buildSuccess(job_result);
        } else {
            return BaseResponseUtils.buildErrorMsg(WechatResultCode.PHONE_NUMBER_IS_ERROR.getMessage());