💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 函数列表 ### 设置当前服务的名称 ```php function tracker_set_service_name(string $service_name) ``` ### 设置当前应用的模块ID ```php function tracker_set_module_id(int $module_id) ``` ### 获取当前模块ID ```php function tracker_get_module_id() : int ``` ### 获取当前请求的链路追踪ID ```php function tracker_get_traceid(): string ``` ### 重置当前请求的链路追踪ID并返回 ```php function tracker_reset_traceid(): string ```