### WeEngine Android、IOS OrderList api
* 訂單編號:order->ordersn
* 訂單金額 : order->price
* 余額:member->credit2
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.order.pay.complete
*string:openid=默認值#openid
*string:orderid=默認值#訂單ID
*string:type=默認值#支付類型 credit 余額支付
<<<
success
{
"status": 1,
"result": {
"id": "1821", //訂單ID
"result": true,
}
}
<<<
error
{
"status": 0,
"result": {
"message": "錯誤信息"
}
}
~~~