|
|
@@ -1500,7 +1500,12 @@ function __construct(){
|
|
|
$post['source'] = $source;//订单类型
|
|
|
$post['type'] = 1;//发货仓库
|
|
|
$post['capital'] = 3;//资金支付状况,全部付款
|
|
|
- $post['number'] = $shop['shortname'].'-'.date('ymd',$time).'-'.(substr(strval($num+1+1000),1,3));//编号
|
|
|
+ if($shop['shortname'] == 'ALIP' && date('ymd',$time) == '260906'){
|
|
|
+ $post['number'] = $shop['shortname'].'-'.date('ymd',$time).'-'.(substr(strval($num+3+1000),1,3));//编号
|
|
|
+ }else{
|
|
|
+ $post['number'] = $shop['shortname'].'-'.date('ymd',$time).'-'.(substr(strval($num+1+1000),1,3));//编号
|
|
|
+ }
|
|
|
+
|
|
|
if($shop['program'] == 'Shopify'){
|
|
|
$post['orderinfo'] = $v['order_id'];//订单号
|
|
|
}else{
|