🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 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": "错误信息" } } ~~~