流量池详情
This commit is contained in:
@@ -149,6 +149,10 @@ class GetAddResultedV1Controller extends BaseController
|
||||
{
|
||||
$accountId = $this->request->param('accountId/d');
|
||||
|
||||
if (empty($accountId)){
|
||||
return ResponseHelper::error('参数缺失');
|
||||
}
|
||||
|
||||
$isAdded = $this->getAddResulted($accountId);
|
||||
$isAdded && $this->migrateData($accountId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user