@liuliang520500/sinataoke_cn 1.1.19 → 1.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,8 +20,7 @@ TAOBAO_SESSION=your-session # 你的授权ID,下面有授权链接
|
|
|
20
20
|
|
|
21
21
|
# 京东联盟API配置
|
|
22
22
|
JD_KEY=your-jd-key # union.jd.com后台获取的
|
|
23
|
-
|
|
24
|
-
JD_SITE_ID=your-site-id # PID的第一段
|
|
23
|
+
JD_PID=your-pid-id # PID的第一段
|
|
25
24
|
|
|
26
25
|
# 拼多多API配置
|
|
27
26
|
PDD_PID=your-pid # jinbao.pinduoduo.com上获取的,需要授权
|
|
@@ -71,8 +70,7 @@ https://jinbao.pinduoduo.com/open.html?client_id=313cc43a30cf487da0a336d9f2df7de
|
|
|
71
70
|
"TAOBAO_PID": "淘宝PID",
|
|
72
71
|
"TAOBAO_SESSION": "淘宝授权token,上面有授权链接,授权后,复制token到这里",
|
|
73
72
|
"JD_KEY": "union.jd.com上去取",
|
|
74
|
-
"
|
|
75
|
-
"JD_SITE_ID": "京东联系PID的第二段",
|
|
73
|
+
"JD_PID": "union.jd.com上去取",
|
|
76
74
|
"PDD_PID": "拼多多PID",
|
|
77
75
|
"PDD_SESSION_TOKEN": "拼多多授权token,上面有授权链接"
|
|
78
76
|
}
|