Browse Source

feihan test refill

xiaoyu 1 year ago
parent
commit
316acfb0c8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      test/TestRefill.php

+ 3 - 3
test/TestRefill.php

@@ -3319,16 +3319,16 @@ class TestRefill extends TestCase
 //        $resp = $provider->notify($params);
     }
 
-    public function testOufei()
+    public function testfeihan()
     {
-//        $provider = $this->getProvider('oufei', 'RefillOil');
+//        $provider = $this->getProvider('feihan', 'RefillOil');
 //        $resp = $provider->balance();
 //        $resp = $provider->add(9030230005180327, 1, 200, ['order_sn' => $this->make_sn()]);
 //        $resp = $provider->query(['order_sn' => '18141682668825332400']);
 
         $body = '{"err_msg":"","ordersuccesstime":"20230428161615","sporder_id":"18141682668825332400","ret_code":"1"}';
         $params = json_decode($body, true);
-        $provider = $this->getProvider('oufei', 'RefillCallBack');
+        $provider = $this->getProvider('feihan', 'RefillCallBack');
         $ret = $provider->verify($params);
         $resp = $provider->notify($params);
     }