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