sdk:37支付

This commit is contained in:
luying
2021-11-15 15:18:22 +08:00
parent 69bd2235af
commit 16089586e2
3 changed files with 186 additions and 93 deletions

View File

@@ -11,6 +11,8 @@ export interface DicRMB {
readonly price: number;
// 描述
readonly message: string;
// 可以获得的元宝数(或礼包数)
readonly gameCoin: number;
}
export const dicRMB = new Map<string, DicRMB>();