sdk:37支付
This commit is contained in:
@@ -11,6 +11,8 @@ export interface DicRMB {
|
||||
readonly price: number;
|
||||
// 描述
|
||||
readonly message: string;
|
||||
// 可以获得的元宝数(或礼包数)
|
||||
readonly gameCoin: number;
|
||||
}
|
||||
|
||||
export const dicRMB = new Map<string, DicRMB>();
|
||||
|
||||
Reference in New Issue
Block a user