diff --git a/api/consts/consts.go b/api/consts/consts.go index 8ebf7a24..a371b1b7 100644 --- a/api/consts/consts.go +++ b/api/consts/consts.go @@ -95,5 +95,8 @@ const ReservedUserIdRegexesConfig = PackageRootPath + "/etc/mix/resource/reg_res // H5调用路径 const H5CallUrl = "/api/streamer/list_ext_by_user_id" +// 站外user_id访问zone调用路径 +const ZoneListFromOutsideCountCallUrl = "/api/zone/list_by_user_id_from_outside" + // 应用上线时间,2024-01-02 14:00:00 const AppEnterProductionTime = 1704175200