by Robin at 20240428
This commit is contained in:
parent
24735fa03e
commit
217a53d6b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue