作者 lyh

gx

... ... @@ -39,9 +39,11 @@ class RemainDay extends Command
354,
378,
649,
1226,
1283,
1703,
1893,
2066
2066,
];//需要单独处理的项目
/**
* The console command description.
... ...
... ... @@ -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');
}
... ...
... ... @@ -493,9 +493,11 @@ class RankDataLogic extends BaseLogic
354,
378,
649,
1226,
1283,
1703,
1893,
2066
2066,
];//暂停项目id
//一个项目多个api_no
... ...