作者 lms

合并分支 'lms' 到 'master'

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



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