作者 lms

合并分支 'lms' 到 'master'

v6优化程序 OA绑定AICC  优化程序 - success



查看合并请求 !307
@@ -80,12 +80,12 @@ class ProjectAssociationController extends BaseController @@ -80,12 +80,12 @@ class ProjectAssociationController extends BaseController
80 $this->response('关闭aicc绑定 - 成功!'); 80 $this->response('关闭aicc绑定 - 成功!');
81 }else{ 81 }else{
82 // 关闭aicc绑定失败 82 // 关闭aicc绑定失败
83 - $this->response('关闭aicc绑定 - 失败!', Code::SERVER_ERROR); 83 + $this->response('关闭aicc绑定 - 失败!');
84 } 84 }
85 } 85 }
86 if (is_null($isRes)) { 86 if (is_null($isRes)) {
87 // 请开启AICC绑定 87 // 请开启AICC绑定
88 - $this->response('success'); 88 + $this->response('success', Code::SERVER_ERROR);
89 } 89 }
90 $cache = isset($cache); 90 $cache = isset($cache);
91 $result = $this->ProjectAssociationLogic->getAiccWechatLists($isRes, $cache); 91 $result = $this->ProjectAssociationLogic->getAiccWechatLists($isRes, $cache);