From 95fc2455cf48c01c20b53552cd9122421b61a402 Mon Sep 17 00:00:00 2001 From: ikarosnosora <69498098+ikarosnosora@users.noreply.github.com> Date: Tue, 11 Aug 2020 13:15:39 +0800 Subject: [PATCH] Update Historical price.sgmodule https://github.com/yichahucha/surge/issues/66 --- Surge/Surge 3/Module/Historical price.sgmodule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surge/Surge 3/Module/Historical price.sgmodule b/Surge/Surge 3/Module/Historical price.sgmodule index 101fe53..b3813bd 100644 --- a/Surge/Surge 3/Module/Historical price.sgmodule +++ b/Surge/Surge 3/Module/Historical price.sgmodule @@ -3,7 +3,7 @@ #!system=ios [Script] -http-response ^https?://api\.m\.jd\.com/client\.action\?functionId=(wareBusiness|serverConfig) requires-body=1,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/jd_price.js +http-response ^https?://api\.m\.jd\.com/client\.action\?functionId=(wareBusiness|serverConfig|basicConfig) requires-body=1,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/jd_price.js http-request ^http://.+/amdc/mobileDispatch requires-body=1,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/tb_price.js http-response ^https?://trade-acs\.m\.taobao\.com/gw/mtop\.taobao\.detail\.getdetail requires-body=1,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/tb_price.js