|
...
|
...
|
@@ -38,12 +38,10 @@ class NoticeController extends BaseController |
|
|
|
{
|
|
|
|
LogUtils::info('notice rank_data', $this->param);
|
|
|
|
NoticeLog::createLog(NoticeLog::TYPE_RANK_DATA, $this->param);
|
|
|
|
|
|
|
|
//特殊项目 一个项目多个apino
|
|
|
|
if($this->param['api_no'] == 10690){
|
|
|
|
NoticeLog::createLog(NoticeLog::TYPE_RANK_DATA, ['api_no' => 11201]);
|
|
|
|
}
|
|
|
|
|
|
|
|
$this->response('success');
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|