This commit is contained in:
2026-07-01 08:27:26 +08:00
parent 9f4577d3d8
commit 25f0d8e97b
56 changed files with 5298 additions and 2 deletions
+2
View File
@@ -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,
};