物品返回格式

This commit is contained in:
mamengke01
2020-12-21 16:04:58 +08:00
parent 10aeebc6d4
commit 86ff7e5dfd
5 changed files with 726 additions and 710 deletions

View File

@@ -49,7 +49,7 @@ export class HeroHandler {
if(!result) {
return resResult(STATUS.BATTLE_CONSUMES_NOT_ENOUGH);
}
return resResult(STATUS.SUCCESS,{result});
return resResult(STATUS.SUCCESS,{goods: result});
}