💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# swoole_http_response->status 发送Http状态码。 ```php swoole_http_response->status(int $http_status_code); ``` * $http_status_code必须为合法的HttpCode,如200, 502, 301, 404等,否则会报错 * 必须在$response->end之前执行status