|
|
@@ -3214,7 +3214,7 @@ class PublicController extends AbstractController
|
|
|
var_dump($result, '-----------------------------');
|
|
|
$result = json_decode($result, true);
|
|
|
var_dump($result);
|
|
|
- if ($result['msg'] == 'notfund') {
|
|
|
+ if ($result['msg'] == 'notfond') {
|
|
|
return Result::error('未匹配到数据');
|
|
|
}
|
|
|
unset($result['data']['mima']);
|
|
|
@@ -3249,7 +3249,7 @@ class PublicController extends AbstractController
|
|
|
var_dump($result, '-----------------------------');
|
|
|
$result = json_decode($result, true);
|
|
|
var_dump($result, '-----------------1------------');
|
|
|
- if ($result['msg'] == 'notfund') {
|
|
|
+ if ($result['msg'] == 'notfond') {
|
|
|
return Result::error('未匹配到数据');
|
|
|
}
|
|
|
unset($result['data']['mima']);
|
|
|
@@ -3288,7 +3288,7 @@ class PublicController extends AbstractController
|
|
|
var_dump($result, '-----------------------------');
|
|
|
$result = json_decode($result, true);
|
|
|
var_dump($result);
|
|
|
- if ($result['msg'] == 'notfund') {
|
|
|
+ if ($result['msg'] == 'notfond') {
|
|
|
return Result::error('未匹配到数据');
|
|
|
}
|
|
|
unset($result['data']['mima']);
|
|
|
@@ -3322,7 +3322,7 @@ class PublicController extends AbstractController
|
|
|
var_dump($result, '-----------------------------');
|
|
|
$result = json_decode($result, true);
|
|
|
var_dump($result);
|
|
|
- if ($result['msg'] == 'notfund') {
|
|
|
+ if ($result['msg'] == 'notfond') {
|
|
|
return Result::error('未匹配到数据');
|
|
|
}
|
|
|
unset($result['data']['mima']);
|