订单记录
# 订单记录
## 请求地址
```
会员站/api/action/
```
## 请求参数
|参数|默认值|说明|是否必填|
|-|-|-|-|
|_handle|OrderPage| |是|
|_method|Get| |是|
|uid| | 当前登录账户id|是|
|token | |当前登录cookie|是|
## 请求响应
``` 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": [ ]
}
]
}
```