PyramidStore/base/localProxy.py
JJBJJ 6bad0810f1 fix(base/spider.py): 更新
refactor(plugin/小白调试示例.py): 添加调试示例
2025-03-26 20:49:23 +08:00

6 lines
No EOL
124 B
Python

class Proxy:
def getUrl(self, local):
return 'http://127.0.0.1:9978'
def getPort(self):
return 9978