|
...
|
...
|
@@ -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);
|
...
|
...
|
|