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