## 發起訂單
+++
post:api.php?s=pay/order/getPayOrder
*uid#發起支付用戶uid
*paycount#支付的金額 只能支付后臺配置的金額
desp#充值描述
type#weixin or alipay
from#充值來源 默認pc_web 手機android_app ios_app
goodstag#兼容微信淘寶支付可不傳
detail# 兼容微信淘寶支付可以不傳
<<<
success
{
"status": 1,
"info": "調用成功",
"data": {
"uid": "1111",
"paycount": "100",
"desp": "",
"from": "web",
"goodstag": "",
"detail": "",
"createtime": 1459217264,
"expiretime": 1459218164,
"ordernum": "1111145921726496",
"type": "wx",
"bpay": 0
}
}
<<<
method error
{
"status": 0,
"info": "請求方法錯誤",
"data": null
}
<<<
prm error
{
"status": 0,
"info": "參數錯誤",
"data": null
}
+++