real-name-pc
Version:
23 lines (19 loc) • 345 B
JavaScript
/**
* @author: liuyang9
* @description: sdk提供的feature
*/
export default class features {
// h5联运平台
static get h5Platform() {
return 'h5Platform';
}
// 大厅的支付
static get lobby() {
return 'lobby';
}
// 大厅的mini付
static get lobbyMini() {
return 'lobbyMini';
}
constructor() { }
}