后台:订单列表

This commit is contained in:
luying
2022-02-11 15:31:48 +08:00
parent 8c24ad4ac2
commit 579c2ad28c
9 changed files with 81 additions and 4 deletions

View File

@@ -789,5 +789,12 @@
"name": "虚拟充值",
"module": "order",
"type": "update"
},
{
"id": 114,
"api": "/api/game/getorderlist",
"name": "获取订单列表",
"module": "order",
"type": "get"
}
]