shish hace 2 años
padre
commit
0dc6ae901e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app-ghs/controllers/TestController.php

+ 2 - 2
app-ghs/controllers/TestController.php

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