流量池详情

This commit is contained in:
wong
2025-07-30 17:51:18 +08:00
parent 0ea5aff9d3
commit fef109b472
2 changed files with 108 additions and 26 deletions

View File

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