去掉code =1的问题
This commit is contained in:
parent
408380bf2f
commit
6a9d7337c5
@ -143,7 +143,7 @@ class BpsAdController
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (empty($accounts)) {
|
if (empty($accounts)) {
|
||||||
return $this->errorResponse(1, 'no data');
|
return $this->successResponse([],$request);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取客户ID数组
|
// 获取客户ID数组
|
||||||
@ -201,7 +201,7 @@ class BpsAdController
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (empty($accounts)) {
|
if (empty($accounts)) {
|
||||||
return $this->errorResponse(1, 'no data');
|
return $this->successResponse([],$request);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取客户ID数组
|
// 获取客户ID数组
|
||||||
@ -258,7 +258,7 @@ class BpsAdController
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (empty($accounts)) {
|
if (empty($accounts)) {
|
||||||
return $this->errorResponse(1, 'no data');
|
return $this->successResponse([],$request);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取客户ID数组
|
// 获取客户ID数组
|
||||||
@ -316,7 +316,7 @@ class BpsAdController
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (empty($accounts)) {
|
if (empty($accounts)) {
|
||||||
return $this->errorResponse(1, 'no data');
|
return $this->successResponse([],$request);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取客户ID数组
|
// 获取客户ID数组
|
||||||
@ -371,7 +371,7 @@ class BpsAdController
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (empty($accounts)) {
|
if (empty($accounts)) {
|
||||||
return $this->errorResponse(1, 'no data');
|
return $this->successResponse([],$request);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取客户ID数组
|
// 获取客户ID数组
|
||||||
|
Loading…
Reference in New Issue
Block a user