|
@@ -49,7 +49,7 @@ class Unishop extends Api
|
|
|
$this->error('请刷新重试');
|
|
|
}
|
|
|
|
|
|
- if($orderinfo['total_price'] == 0){
|
|
|
+ /*if($orderinfo['total_price'] == 0){
|
|
|
$update = [
|
|
|
'have_paid'=>time(),
|
|
|
//游艇项目自动发货
|
|
@@ -57,7 +57,7 @@ class Unishop extends Api
|
|
|
];
|
|
|
Db::name('unishop_order')->where($map)->update($update);
|
|
|
$this->error('零元订单,已支付成功');
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
|
|
|
//创建订单
|