Browse Source

add cardno query test

stanley-king 2 years atrás
parent
commit
ced3c61797
1 changed files with 2 additions and 1 deletions
  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,