shish 2 lat temu
rodzic
commit
0dc6ae901e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      app-ghs/controllers/TestController.php

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

@@ -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 = '已确认';
                 }