Quellcode durchsuchen

add cardno query test

stanley-king vor 2 Jahren
Ursprung
Commit
ced3c61797
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      test/TestRefillPhone.php

+ 2 - 1
test/TestRefillPhone.php

@@ -79,7 +79,8 @@ class TestRefillPhone extends TestCase
     public function testCardQuery()
     {
         $phone = '13911129867';
-        $url = "https://test.xyzshops.cn/vapi/index.php";
+//        $url = "https://test.xyzshops.cn/vapi/index.php";
+        $url = "https://ylapi.xyzshops.cn/vapi/index.php";
 
         $params = ['mchid' => $this->mMchid,
             'cardno' => $phone,