stanley-king 4 năm trước cách đây
mục cha
commit
06b4648a66
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      test/TestRefill.php

+ 6 - 0
test/TestRefill.php

@@ -537,4 +537,10 @@ class TestRefill extends TestCase
         $params = ['state_type' => 'order_cancel','order_id' => 311,'channel_name' => 'lx'];
         $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);
+    }
 }