From 217a53d6b216cfaf4229e2683e986fab82876648 Mon Sep 17 00:00:00 2001 From: Leufolium Date: Sun, 28 Apr 2024 21:33:24 +0800 Subject: [PATCH] by Robin at 20240428 --- api/consts/consts.go | 3 +++ 1 file changed, 3 insertions(+) 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