在线支付-自助续费时长|充值积分-创建支付订单
GET
/api/auth_app/create_renewal_order最后修改时间: 2 年前
责任人: 未设置
请求参数
Query 参数
pay_type
integer
必需
支付方式,1=微信,2=支付宝,3=QQ钱包
示例值:
1
type
number
必需
开通/续费类型,0=分钟、1=小时、2=天、3=周、4=月、7=季度、8=半年、5=年、6=永久、point=积分
示例值:
1
value
integer
必需
开通/续费面值,比如开通/续费类型传的是1也就是小时,这里卡密面值传2代表2小时
示例值:
1
user
string
必需
用户授权信息(若auth_type参数传递的值为new_auth代表自助开通新授权,本参数传的值就代表新开通授权的值)
示例值:
shuanq
auth_type
string
可选
开通授权类型,renewal_auth=续费授权时长或充值积分、new_auth=自助开通新授权,本参数默认值=renewal_auth
示例值:
renewal_auth
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
timestamp
integer
必需
nonceStr
string
必需
apiInfo
string
必需
data
object
必需
appid
integer
必需
order_no
string
订单编号
type
integer
订单类型
goods_type
string
商品类型
goods_num
integer
必需
goods_value
string
商品面值
pay_type
string
支付方式
user
integer
必需
create_time
integer
创建时间
price
number
必需
id
string
订单ID
order_key
string
订单key
pay_url
string
付款链接
moreOtherData
object
必需
signature
string
必需
示例
成功示例
{
"code": 1,
"message": "创建订单成功",
"timestamp": 1677150769,
"nonceStr": "cb7f8032e963a62d8028258e1a91d95e",
"apiInfo": "{\"id\":99,\"name\":\"在线支付-自助续费时长|充值积分-创建支付订单\",\"controller\":\"AuthApp\",\"method\":\"create_renewal_order\",\"api\":\"auth_app\\/create_renewal_order\"}",
"data": {
"appid": 8,
"order_no": "2023022319124903063361",
"type": 3,
"goods_type": "1",
"goods_num": 1,
"goods_value": "1",
"pay_type": "1",
"user": 3293,
"create_time": 1677150769,
"price": 0.02,
"id": "102",
"order_key": "fc3ede32a132260a1e2de22531a7b1fe948f2a60",
"pay_url": "http://yanzheng.giao.cc/index/buy/pay/order_id/102",
"moreOtherData": {
"api_extra_data": "",
"request_safe_code": ""
}
},
"signature": "b531995c9d56cb2ef913a1ced069cbca"
}
最后修改时间: 2 年前