|
@@ -742,11 +742,11 @@ class TestRefill extends TestCase
|
|
|
{
|
|
|
$providers = $this->getProvider('jumithird');
|
|
|
// $resp = $providers->balance();
|
|
|
-// $resp = $providers->add(588073521, 7, 100, [
|
|
|
-// 'order_sn' => $this->make_sn(),
|
|
|
-// 'goods_id' => 6978,
|
|
|
-// 'product_code' => 'XYZ100747'
|
|
|
-// ]);
|
|
|
+ $resp = $providers->add(588073521, 7, 100, [
|
|
|
+ 'order_sn' => $this->make_sn(),
|
|
|
+ 'goods_id' => 6978,
|
|
|
+ 'product_code' => 'XYZ100747'
|
|
|
+ ]);
|
|
|
// $resp = $providers->query(['order_sn' => '53151629791019902609']);
|
|
|
|
|
|
// $body = '{"order_no":"59251629777055495341","channel_order_no":"C2108241152003775025","status":3,"money":"100.00","cost_money":"97.00","mch_no":210303112631,"account":"588073521","official_sn":"","sign":"7d7b3e701865b54c8cf0d9e903fdf6bf"}';
|