### WeEngine Android、IOS OrderList api
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.order.create.submit
*string:openid=默認值#openid
*string:id=默認值#商品ID
*string:goods=默認值#goods 多維數組
*string:addressid=默認值#地址
string:remark=默認值#備注
string:fromcart=默認值# 1 來自購物車
string:couponid=默認值# couponid
string:contype=默認值# contype
<<<
success
{
"status": 1,
"result": {
"orderid": "1818", //訂單ID
}
}
<<<
error
{
"status": 0,
"result": {
"message": "錯誤信息"
}
}
~~~