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

+ 1 - 0
app-ghs/controllers/TestController.php

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