hqweb端
This commit is contained in:
@@ -4,6 +4,7 @@ export enum ClientApp {
|
||||
PARTNER_MINI = 'PARTNER_MINI',
|
||||
PARTNER_H5 = 'PARTNER_H5',
|
||||
HQ_MINI = 'HQ_MINI',
|
||||
HQ_WEB = 'HQ_WEB',
|
||||
SHOP_H5 = 'SHOP_H5',
|
||||
}
|
||||
|
||||
@@ -72,6 +73,7 @@ export const CLIENT_APP_ACTOR_MAP: Record<ClientApp, ActorType> = {
|
||||
[ClientApp.PARTNER_MINI]: ActorType.PARTNER,
|
||||
[ClientApp.PARTNER_H5]: ActorType.PARTNER,
|
||||
[ClientApp.HQ_MINI]: ActorType.HQ,
|
||||
[ClientApp.HQ_WEB]: ActorType.HQ,
|
||||
[ClientApp.SHOP_H5]: ActorType.STORE,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user