## 发起订单
+++
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
}
+++