stanley-king 3 年之前
父節點
當前提交
b1a0584dfb
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      helper/refill/RefillBase.php

+ 1 - 2
helper/refill/RefillBase.php

@@ -86,8 +86,7 @@ class RefillBase
         {
             if(!empty($input)) {
                 Log::record(__METHOD__ . " recv notify when order_state=ORDER_STATE_PAY" ,Log::DEBUG);
-                Swoole\Coroutine::sleep(2);
-                util::push_notify($chname,$input);
+                util::async_notify($chname,$input,5);
             }
             return false;
         }