@@ -98,7 +98,7 @@ class Cron
if ($v['price'] > 0) {
$cash = $v['price'] * 100;//之后还要加上礼品卡的钱
Dever::load('shop/yspay')->action($shop['mid'], $v['order_num'], $v['id'], 2, $cash);
- sleep(3);
+ sleep(1);
} else {
Dever::db('shop/sell_order')->update(array('where_id' => $v['id'], 'withdraw' => 2));
}