|
@@ -388,7 +388,8 @@ class RefillBase
|
|
|
if(!is_string($errmsg)) {
|
|
|
$errmsg = "{$errmsg}";
|
|
|
}
|
|
|
- $mod_refill->edit($order_id, ['commit_time' => time(), 'notify_time' => time(), 'err_msg' => $errmsg]);
|
|
|
+ $mod_refill->edit($order_id, ['commit_time' => time(), 'err_msg' => $errmsg]);
|
|
|
+// $mod_refill->edit($order_id, ['commit_time' => time(), 'notify_time' => time(), 'err_msg' => $errmsg]);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -398,7 +399,8 @@ class RefillBase
|
|
|
return [errcode::MERCHANT_REFILL_ERROR, "充值失败", $last_orderid, $neterr, $net_errno];
|
|
|
} else {
|
|
|
//订单创建失败,不需要再重试了,可能已经是数据库等系统错误
|
|
|
- return [errcode::MERCHANT_REFILL_ERROR, "充值失败", $last_orderid, false, 'ORDER_CREATE_FAIL'];
|
|
|
+ return [errcode::MERCHANT_REFILL_ERROR, "充值失败", $last_orderid, false, 0];
|
|
|
+// return [errcode::MERCHANT_REFILL_ERROR, "充值失败", $last_orderid, false, 'ORDER_CREATE_FAIL'];
|
|
|
}
|
|
|
}
|
|
|
|