我的信息
# 我的信息
## 请求地址
```
api/action/
```
### 请求参数
| 参数 | 说明 | 类型 | 备注 | 是否必填 |
| ------- | -------- | ------ | ------------------- | -------- |
| _handle | 处理类 | string | 固定值:UserPage| 是 |
| _method | 处理方法 | string | 固定值:GetMerchant| 是 |
| token | 令牌 | string | | 是 |
| xy_uname | 用户名 | string | | 是 |
### 返回值
```json
{
"code": 1,
"msg": "succeed",
"data": {
"xy_merchant_name":"名称",
"xy_merchant_account":"账号",
"xy_merchant_coin":10000,//平台币
"xy_total_get":10000,//累计拿货
"xy_total_send":1000.//累计发货
"xy_wechat":"微信号",
"xy_phone":"手机号"
}
}