文档
测试

创建充值提现订单

POST
http://test.chinartn.com/mobile/index.php?m=api&c=user&a=CreateAccountOrder

请求参数

参数名
类型
描述
必填
token
string
* 用户标识
必填
amount
金额
必填
process_type
0.充值 1.提现
必填

说明 / 示例

```json { "code": 200, "title": "创建充值提现订单", "data": "20", 订单id "message": "操作成功" } ```