配送方式:0=快遞配送,1=店內取貨
配送方式為店內取貨時,addressid可不填
測試店員ID:23
~~~[api]
post:/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile&r=machine.order.submit
*int:addressid#收貨地址ID
string:remark#買家留言
*int:dispatchtype#配送方式
*int:employee_id#店員ID
<<<
success
{
"status": 1,
"result": {
"orderid": "204",
"url": "https:\/\/gat.xtow.net\/.\/"
}
}
<<<
error
{
"status": 0,
"result": {
"message": "參數錯誤"
}
}
~~~
> 訂單ID用于獲取支付二維碼時使用
| 字段 | 描述 |
| --- | --- |
| orderid | 訂單ID |