账户类型切换接口
/api/v1.0/credit
请求方式:GET
| 参数 | 必填 | 类型 | 描述 |
|---|---|---|---|
| account | Y | string | 交易账号 |
| type | Y | string | 0=普通 1=信用 |
请求实列 :
http://127.0.0.1:9999/api/v1.0/creditfund?account=1200023333&type=1
返回数据:
{
"msg": "切换成功",
"code": "0",
"success": "1"
}
账户类型切换接口
/api/v1.0/credit
请求方式:GET
| 参数 | 必填 | 类型 | 描述 |
|---|---|---|---|
| account | Y | string | 交易账号 |
| type | Y | string | 0=普通 1=信用 |
请求实列 :
http://127.0.0.1:9999/api/v1.0/creditfund?account=1200023333&type=1
返回数据:
{
"msg": "切换成功",
"code": "0",
"success": "1"
}