# 通用
| 接口名称 | 英文名 | 请求路径 |
|---|---|---|
| 获取接口调用凭据 | getAccessToken | /cgi-bin/token |
| 查询API调用额度 | getApiQuota | /cgi-bin/openapi/quota/get |
| 重置API调用次数 | clearQuota | /cgi-bin/clear_quota |
| 使用AppSecret重置API调用次数 | clearQuotaByAppSecret | /cgi-bin/clear_quota/v2 |
| 重置指定API调用次数 | clearApiQuota | /cgi-bin/openapi/quota/clear |
| 获取微信API服务器IP | getApiDomainIp | /cgi-bin/get_api_domain_ip |
| 获取微信推送服务器IP | getCallbackIp | /cgi-bin/getcallbackip |
| 网络通信检测 | callbackCheck | /cgi-bin/callback/check |
# 订单
| 接口名称 | 英文名 | 请求路径 |
|---|---|---|
| 获取佣金单列表 | get_order_list | /channels/ec/talent/get_order_list |
| 获取佣金单详情 | get_order_detail | /channels/ec/talent/get_order_detail |
# 橱窗
| 接口名称 | 英文名 | 请求路径 |
|---|---|---|
| 获取达人橱窗商品列表 | get_product_list | /channels/ec/talent/window/product/list/get |
| 获取达人橱窗商品详情 | get_product_detail | /channels/ec/talent/window/product/get |