增加新的游戏厂商
This commit is contained in:
parent
4ad96f07be
commit
8175726223
@ -8,7 +8,7 @@ export interface GamePlatformDto {
|
|||||||
platformName: string;
|
platformName: string;
|
||||||
status: string;
|
status: string;
|
||||||
apiBaseUrl: string;
|
apiBaseUrl: string;
|
||||||
// 服务端按 adapterType 选择真实厂商协议:yomi_v4/leadercc_v1/zeeone_v1/baishun_v1/vivagames_v1。
|
// 服务端按 adapterType 选择真实厂商协议:yomi_v4/leadercc_v1/zeeone_v1/baishun_v1/vivagames_v1/reyou_v1。
|
||||||
adapterType: string;
|
adapterType: string;
|
||||||
// callbackSecret 由后台列表返回,用于配置页直接核对和轮换厂商 key。
|
// callbackSecret 由后台列表返回,用于配置页直接核对和轮换厂商 key。
|
||||||
callbackSecret?: string;
|
callbackSecret?: string;
|
||||||
|
|||||||
@ -50,6 +50,7 @@ const adapterTypeOptions = [
|
|||||||
["zeeone_v1", "ZeeOne V1"],
|
["zeeone_v1", "ZeeOne V1"],
|
||||||
["baishun_v1", "百顺 BAISHUN V1"],
|
["baishun_v1", "百顺 BAISHUN V1"],
|
||||||
["vivagames_v1", "VIVAGAMES V1"],
|
["vivagames_v1", "VIVAGAMES V1"],
|
||||||
|
["reyou_v1", "热游 Reyou V1"],
|
||||||
];
|
];
|
||||||
|
|
||||||
const baseColumns = [
|
const baseColumns = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user