红点:fix许愿池返回
This commit is contained in:
@@ -28,7 +28,7 @@ export class WishPoolHandler {
|
||||
if (!userGuild)
|
||||
return resResult(STATUS.WRONG_PARMS);
|
||||
let res = await getWishPool(userGuild);
|
||||
return resResult(STATUS.SUCCESS, );
|
||||
return resResult(STATUS.SUCCESS, res);
|
||||
}
|
||||
|
||||
// 许愿
|
||||
|
||||
Reference in New Issue
Block a user