代充
# 代充
## 说明
```
```
### 请求参数
| 参数 | 说明 | 类型 | 备注 | 是否必填 |
| ------- | -------- | ------ | ------------------- | -------- |
| _handle | 处理类 | string | 固定值:MerchantPage| 是 |
| _method | 处理方法 | string | 固定值:DcCurrency| 是 |
| token| token | string | 登陆注册拿到的令牌| 是 |
| xy_uname|玩家账号 | string | | 是 |
| xy_currency| 平台币 | string | | 是 |
| xy_order_remark| 备注| string | | 否 |
#### 请求地址
```
域名/api/action/
```
##### 返回值
```json
{
"code": 1,
"msg": "succeed",
"data": ""
}
```