Ver código fonte

add to lcoal

stanley-king 4 anos atrás
pai
commit
e28753b7e1
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      test/TestRefill.php

+ 3 - 3
test/TestRefill.php

@@ -310,8 +310,8 @@ class TestRefill extends TestCase
             "act" => "refill",
             "op" => "add",
             'order_sn' => $this->make_sn(),
-            'notifyurl' => "https://qzcz.edusahoo.com.cn/index/index/callback"];
-        $proxy = new refill_proxy("ZhongFKJZhongFKJZhongFKJ");
+            'notifyurl' => "https://xxx"];
+        $proxy = new refill_proxy("xxx");
         $resp = $proxy->send($url, $params);
     }
 
@@ -451,7 +451,7 @@ class TestRefill extends TestCase
             }
         }
 
-        $body .= "&key=7yDCLS6S2KzSAJQOUc3vsa";
+        $body .= "&key=GG7yDCLS6S2KzSAJQOUc3vsa";
 
         return md5($body);
     }