后台:
添加服务逻辑的编辑 接口: 添加服务列表 添加服务详情 添加服务点赞、收藏
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user