MCPcopy Create free account
hub / github.com/Semporia/Scripts / jdUnsubscribe

Function jdUnsubscribe

jd_unsubscribe.js:77–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 })
76
77async function jdUnsubscribe() {
78 await Promise.all([
79 goodsMain(),
80 shopMain()
81 ])
82 //再次获取还有多少已关注的店铺与商品
83 await Promise.all([
84 getFollowGoods(),
85 getFollowShops()
86 ])
87}
88
89function showMsg() {
90 if (!jdNotify || jdNotify === 'false') {

Callers 1

jd_unsubscribe.jsFile · 0.85

Calls 4

goodsMainFunction · 0.85
shopMainFunction · 0.85
getFollowGoodsFunction · 0.85
getFollowShopsFunction · 0.85

Tested by

no test coverage detected