|
|
@@ -164,7 +164,7 @@ class TestController extends BaseController
|
|
|
$statusName = '出错了';
|
|
|
if ($response['retCode'] == '000000') {
|
|
|
$checkResult = $response['respData']['checkResult'] ?? '';
|
|
|
- $statusName = '未确认';
|
|
|
+ $statusName = '未认证';
|
|
|
if ($checkResult == 'AUTHORIZE_STATE_AUTHORIZED') {
|
|
|
$statusName = '已确认';
|
|
|
}
|
|
|
@@ -189,7 +189,7 @@ class TestController extends BaseController
|
|
|
$statusName = '出错了';
|
|
|
if ($response['retCode'] == '000000') {
|
|
|
$checkResult = $response['respData']['checkResult'] ?? '';
|
|
|
- $statusName = '未确认';
|
|
|
+ $statusName = '未认证';
|
|
|
if ($checkResult == 'AUTHORIZED') {
|
|
|
$statusName = '已确认';
|
|
|
}
|