|
@@ -620,7 +620,7 @@ class util
|
|
|
}
|
|
|
$url = BASE_SITE_URL . "/mobile/callback/refill_baidu.php";
|
|
|
go(function () use ($url, $status,$order_sn) {
|
|
|
- sleep(120);
|
|
|
+ sleep(1);
|
|
|
while (true)
|
|
|
{
|
|
|
$resp = http_request($url,['status' => $status,'order_sn' => $order_sn],'GET', false, [], $net_errno);
|
|
@@ -645,7 +645,7 @@ class util
|
|
|
|
|
|
$url = BASE_SITE_URL . "/mobile/callback/refill_baidu.php";
|
|
|
go(function () use ($url, $status,$order_sn) {
|
|
|
- sleep(120);
|
|
|
+ sleep(1);
|
|
|
while (true)
|
|
|
{
|
|
|
$resp = http_request($url,['status' => $status,'order_sn' => $order_sn],'GET', false, [], $net_errno);
|