ayHaru 4 years ago
parent
commit
07ff5d6092
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/TestRefill.php

+ 1 - 1
test/TestRefill.php

@@ -83,7 +83,7 @@ class TestRefill extends TestCase
     }
     }
     public function testSuhcQuery(){
     public function testSuhcQuery(){
         $providers = new refill\suhctm\RefillOil([]);
         $providers = new refill\suhctm\RefillOil([]);
-        $refill_info = ['order_sn' => 970663421442637221 , 'ch_trade_no' => 499 , 'card_no' => 	1000111200005252927	];
+        $refill_info = ['order_sn' => 950663423236726632 , 'ch_trade_no' => 499 , 'card_no' => 	1000111200005252927	];
         $resp = $providers->query($refill_info);
         $resp = $providers->query($refill_info);
     }
     }