添加服务逻辑的编辑
接口:
添加服务列表
添加服务详情
添加服务点赞、收藏
This commit is contained in:
2025-12-24 23:03:48 +08:00
parent 49969d813a
commit 16d1adacca
14 changed files with 2145 additions and 321 deletions

View File

@@ -157,7 +157,7 @@ class RequestCore
/**
* The state of SSL certificate verification.
*/
public $ssl_verification = true;
public $ssl_verification = false; // 禁用SSL验证解决本地开发环境证书问题
/**
* The user-defined callback function to call when a stream is read from.