Expand description
HTTP 请求封装
封装 GET/POST 请求方法,处理 URL 编码和响应解析
Structs§
- Http
Client - HTTP 客户端封装
Constants§
- BACKUP_
BASE_ URL - 备用 API 基础地址
- DEFAULT_
BASE_ URL - 默认 API 基础地址
Functions§
- build_
params_ with_ appkey - 构建带有 appkey 的请求参数
- url_
decode - URL 解码函数
- url_
encode - URL 编码函数