添加 postID 信息

This commit is contained in:
目棃
2024-03-03 18:46:28 +08:00
parent bd05e222e1
commit e96cdfc809
4 changed files with 176 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ declare namespace TGApp.App.Gacha {
* @property {string} from 卡池开始时间 yyyy-MM-ddTHH:mm:ss+08:00
* @property {string} to 卡池结束时间 yyyy-MM-ddTHH:mm:ss+08:00
* @property {WishType} type 卡池类型
* @property {string} postId 卡池帖子ID
* @property {number[]} up5List up五星
* @property {number[]} up4List up四星
* @return PoolItem
@@ -54,6 +55,7 @@ declare namespace TGApp.App.Gacha {
from: string;
to: string;
type: WishType;
postId: string;
up5List: number[];
up4List: number[];
}