增加客户端获取卡组详情的接口

This commit is contained in:
zhl 2021-03-25 16:59:54 +08:00
parent 686c353707
commit 58c0d23b1c

View File

@ -39,6 +39,7 @@ export default class CardController extends BaseController {
return result
}
@router('post /api/:accountid/group_info/:heroid/:gid')
@router('get /svr/:accountid/group_info/:heroid/:gid')
async cardGroupInfo(req: any) {
let { accountid, heroid, gid } = req.params