CREATETABLE`invite_apply`(`id`bigintunsignedNOTNULLAUTO_INCREMENTCOMMENT'id',`user_id`bigintNOTNULLCOMMENT'发起申请者',`new_user_id`bigintNOTNULLCOMMENT'被邀请的人',`platform`varchar(20)NOTNULLCOMMENT'来自平台',`platform_id`varchar(150)NOTNULLCOMMENT'平台id',`recharge_info`varchar(50)NOTNULLCOMMENT'新用户在其它平台充值的标志',`status`tinyintunsignedNOTNULLCOMMENT'状态0.未审核1.已通过2.已拒绝',`level`varchar(5)NOTNULLDEFAULT''COMMENT'申请等级(S,A,B,C)',`video_url`varchar(400)NOTNULLCOMMENT'上传的视频url',`reason`tinyintunsignedNOTNULLDEFAULT'0'COMMENT'拒绝原因',`sub_user_id`bigintNOTNULLCOMMENT'提交人',`created_time`timestampNOTNULLDEFAULTCURRENT_TIMESTAMP,`updated_time`timestampNOTNULLDEFAULTCURRENT_TIMESTAMPONUPDATECURRENT_TIMESTAMP,PRIMARYKEY(`id`),KEY`user_id`(`user_id`)USINGBTREE,KEY`new_user_id`(`new_user_id`)USINGBTREE,KEY`platform`(`platform`)USINGBTREE,KEY`platform_id`(`platform_id`)USINGBTREE,KEY`status`(`status`)USINGBTREE,KEY`created_time`(`created_time`))ENGINE=InnoDBDEFAULTCHARSET=utf8mb4COLLATE=utf8mb4_0900_ai_ciCOMMENT='新人邀请申请';INSERTINTOhilo.res_msg_translate(`language`,title,content,icon_url,msg_type,`type`,action_type,action_url)VALUES('en','','The welcome party application of user {nick} (ID: {diamondIncome}) has been approved, the welcome party level is: {dayNum} level, inviter {beanNum} (ID: {groupCode})','',1,59,0,''),('tr','','{nick} kullanıcısının (ID: {diamondIncome}) karşılama partisi uygulaması onaylandı, karşılama partisi seviyesi: {dayNum} seviyesi, davet eden {beanNum} (ID: {groupCode})','',1,59,0,''),('en','','The welcome party application of user {nick} (ID: {diamondIncome}) has been rejected. The reason for the rejection is: {dayNum}, inviter {beanNum} (ID: {groupCode})','',1,60,0,''),('tr','','{nick} kullanıcısının (ID: {diamondIncome}) karşılama partisi başvurusu reddedildi. Reddedilme nedeni: {dayNum}, davet eden {beanNum} (ID: {groupCode})','',1,60,0,''),('en','','Welcome party application, please click to enter','https://image.whoisamy.shop/hilo/manager/welcomeparty.png',1,61,1,'https://h5.whoisamy.shop/action/hiloHtml/2023Activity/2023_7_03WelcomeParty/index.html'),('tr','','hoşgeldin partisi uygulaması, girmek için lütfen tıklayınız','https://image.whoisamy.shop/hilo/manager/welcomeparty.png',1,61,1,'https://h5.whoisamy.shop/action/hiloHtml/2023Activity/2023_7_03WelcomeParty/index.html');