ayHaru 4 vuotta sitten
vanhempi
commit
7203a1dd8e
1 muutettua tiedostoa jossa 9 lisäystä ja 1 poistoa
  1. 9 1
      test/TestRefill.php

+ 9 - 1
test/TestRefill.php

@@ -124,7 +124,15 @@ class TestRefill extends TestCase
     public function testLingzhPhone()
     {
         $providers = new refill\lingzh\RefillPhone([]);
-        $resp = $providers->add(18500608333, 5, 10, ['order_sn' => $this->make_sn()]);
+//        $resp = $providers->add(18500608333, 5, 10, ['order_sn' => $this->make_sn()]);
+//        $resp = $providers->query(['order_sn' => '59911615124025101286']);
+        $resp = $providers->balance();
+//        $input['usr'] = 1;
+//        $input['ord'] = '52741615119546453690';
+//        $input['bz'] = '';
+//        $input['state'] = 2;
+//        $input['sgn'] = 'FFCBB75C307154DD306F4EC75BB69A6D';
+//        refill\RefillFactory::instance()->notify('lingzh',$input);
     }
 
     public function testAfandnewPhone()