|
@@ -537,4 +537,10 @@ class TestRefill extends TestCase
|
|
$params = ['state_type' => 'order_cancel','order_id' => 311,'channel_name' => 'lx'];
|
|
$params = ['state_type' => 'order_cancel','order_id' => 311,'channel_name' => 'lx'];
|
|
$resp = http_request(BASE_SITE_URL . '/mobile/refill_inner.php',$params,'POST');
|
|
$resp = http_request(BASE_SITE_URL . '/mobile/refill_inner.php',$params,'POST');
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public function testCall()
|
|
|
|
+ {
|
|
|
|
+ $order_id = 14974;
|
|
|
|
+ QueueClient::async_push("NotifyMerchantComplete", ['order_id' => $order_id], 10);
|
|
|
|
+ }
|
|
}
|
|
}
|