feat: 邀请运营

This commit is contained in:
chashaobao
2025-12-24 00:41:36 +08:00
parent ec96058d5d
commit e38114d32b
8 changed files with 311 additions and 20 deletions

View File

@ -37,6 +37,7 @@ export enum OpenSource {
AnchorPage = 'anchor_page',
MaterialViewPage = 'material_view_page',
GroupOwnerCertificate = 'group_owner_certificate',
InviteOperations = 'invite_operations',
}
export enum PageUrl {
@ -82,6 +83,7 @@ export enum PageUrl {
GiveVip = 'pages/give-vip/index',
GroupOwnerCertificate = 'pages/group-owner-certification/index',
PartnerShareVip = 'pages/partner-share-vip/index',
InviteOperations = 'pages/invite-operations/index',
}
export enum PluginUrl {

View File

@ -214,4 +214,5 @@ export enum GET_CONTACT_TYPE {
VIP = 'vip',
MATERIAL = 'material',
GROUP = 'group',
INVITE = 'invite',
}