xiaoyu пре 2 година
родитељ
комит
ef9ac1a4aa
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      test/TestRefill.php

+ 2 - 2
test/TestRefill.php

@@ -2950,9 +2950,9 @@ class TestRefill extends TestCase
 //        $provider = $this->getProvider('jumi_sec', 'RefillOil');
 //        $resp = $provider->balance();
 //        $resp = $provider->add(1000111100021211884, 2, 100, ['order_sn' => $this->make_sn()]);
-//        $resp = $provider->query(['order_sn' => '73491669603140334285']);
+//        $resp = $provider->query(['order_sn' => '15461669628093278758']);
 
-        $body = '{"appid":"CZ27801384","order":"D20221128031516100180983","morder":"73491669603140334285","status":"3","cash":"100","signature":"1e0d2b0dbec37ebc4a8bd03f0afd03dc"}';
+        $body = '{"appid":"CZ27801384","order":"D20221128280985506419397","morder":"15461669628093278758","status":"3","cash":"100","signature":"f6ded2c0ac2340a5dea72715bc426024"}';
         $params = json_decode($body, true);
         $provider = $this->getProvider('jumi_sec', 'RefillCallBack');
         $ret = $provider->verify($params);