|
@@ -69,8 +69,9 @@ class card_crash extends IEventRefill
|
|
|
|
|
|
//在排除队列,这时可以提单,后面需要尽快失败返回.
|
|
|
if (in_array($mchid, $this->mExMchids)) {
|
|
|
- util::async_add_zero($params, 5);
|
|
|
- Log::record("card_crash mchid=$mchid,mch_order $mch_order add zero order.", Log::DEBUG);
|
|
|
+// util::async_add_zero($params, 5);
|
|
|
+// Log::record("card_crash mchid=$mchid,mch_order $mch_order add zero order.", Log::DEBUG);
|
|
|
+ return true;
|
|
|
} else {
|
|
|
util::async_add($params, 60);
|
|
|
Log::record("card_crash mchid=$mchid,mch_order $mch_order sleep one minute.", Log::DEBUG);
|