|
@@ -456,10 +456,10 @@ class TestRefill extends TestCase
|
|
{
|
|
{
|
|
$providers = new refill\lingzhman\RefillPhone([]);
|
|
$providers = new refill\lingzhman\RefillPhone([]);
|
|
// $resp = $providers->add(18500608333, 5, 50, ['order_sn' => $this->make_sn()]);
|
|
// $resp = $providers->add(18500608333, 5, 50, ['order_sn' => $this->make_sn()]);
|
|
-// $resp = $providers->query(['order_sn' => '60191625211393862930']);
|
|
|
|
|
|
+ $resp = $providers->query(['order_sn' => '29771625215707976538']);
|
|
$data = '{"orderNo":"F2107021536431562574","status":"019","consumerNo":"60191625211393862930","voucherNo":null,"mobile":"18500608333"}';
|
|
$data = '{"orderNo":"F2107021536431562574","status":"019","consumerNo":"60191625211393862930","voucherNo":null,"mobile":"18500608333"}';
|
|
$params = json_decode($data, true);
|
|
$params = json_decode($data, true);
|
|
- refill\RefillFactory::instance()->notify('lingzhman',$params);
|
|
|
|
|
|
+// refill\RefillFactory::instance()->notify('lingzhman',$params);
|
|
}
|
|
}
|
|
|
|
|
|
public function testTongluPhone()
|
|
public function testTongluPhone()
|