说明 / 示例
# 接口文档-3组-订单记录
## 说明
```
```
### 请求参数
| 参数 | 说明 | 类型 | 备注 | 是否必填 |
| ------- | -------- | ------ | ------------------- | -------- |
| _handle | 处理类 | string | 固定值:OrderPage | 是 |
| _method | 处理方法 | string | 固定值:Get | 是 |
| uid | |当前登录账户id | string | 是 |
|token | | 当前登录cookie|string | 是 |
#### 请求地址
```
会员站域名/api/action/
```
##### 返回值
```json
{
"code": 1,
"msg": "succeed",
"data": [
{
"Id": {
"Timestamp": 1584084924,
"Machine": 5451337,
"Pid": -32472,
"Increment": 14610283,
"CreationTime": "2020-03-13 07:35:24"
},
"trade_order_out": null,
"trade_user_source": null,
"trade_order_source": null,
"trade_paytype": "currency",
"trade_paytype_name": null,
"trade_pay_rmb": 4,
"trade_addtime": "2020-03-13 15:35:24", //创建时间
"trade_paytime": "2020-03-13 15:35:19", //支付时间
"trade_ip": null,
"trade_pay_notify": null,
"trade_game_type": "",
"trade_gserver": "",
"trade_order": "XY2020031315351680979", //订单号
"trade_uid": "15247", //玩家id
"trade_player_uid": null,
"trade_uname": "qd7t8z", 玩家uname
"trade_player_uname": null,
"trade_money": 0,
"trade_get_rmb": 5,
"trade_game": "1049", //游戏id
"trade_game_name": "虚拟页游(wan911)", //游戏
"trade_server": "1038", //游戏服
"trade_server_name": "双线1服", //游戏服id
"trade_status": "已完结", //订单状态
"trade_other": "",
"trade_productid": null,
"trade_game_role": "验证通过", //角色名
"trade_game_roleid": "",
"trade_game_rolelevel": null,
"trade_game_notify": "",
"trade_payedtime": "0001-01-01 00:00:00",
"trade_off": 0,
"trade_count": 0,
"trade_off_msg": [ ]
}
]
}
```