简要描述:
- pc端/app端 会员余额充值接口
请求action:
finance.balance.recharge
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
recharge_money | 是 | int | 大于0的数字(正数),允许两位小数 |
pay_type | 是 | int | 1微信支付,2支付宝支付 |
member_id | 可选 | int | 会员ID |
plugin_code | 否 | string | 插件名,用于处理不同的插件充值逻辑,如果后续有多个插件同时使用,可以用逗号隔开 |
plugin_request | 否 | string | 插件逻辑数据 |
正确时返回:
{
"result": 1,
"msg": "成功提示",
"data": {
}
}
错误时返回:
{
"result": 0,
"msg":"错误提示",
"data":{}
}
返回示例:
备注:
-
开发地址:http://restructure.mamp.com/addons/yun_shop/api.php?i=8&route=finance.balance.addition&test_uid=55&pay_type=&recharge_money=0000123213.661
-
如果是支付宝支付返回充值订单号