Files

12 lines
455 B
HTTP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### Shopee 商品缓存优先同步查询
# 使用 HTTP Client CLI 前,请将 API_KEY 设置为本地环境变量。
# 不要把真实 API Key 直接写入此文件。
POST http://127.0.0.1:8020/api/v1/shopee/products/24720421377/synch?cacheday=1&syncday=3
X-API-Key: {{API_KEY}}
Accept: application/json
### 预期行为
# cacheday=1:ERPGo 本地缓存 1 天内直接返回;
# syncday=3:货憨憨 3 天内同步过 Shopee 时不重复同步。