完善删除品牌asin

This commit is contained in:
super
2026-03-29 19:03:24 +08:00
parent efbff69a91
commit a07b9d7fb2
11 changed files with 222 additions and 67 deletions

View File

@@ -18,8 +18,8 @@ proxy_url = os.getenv("proxy_url")
proxy_mode = int(os.getenv("proxy_mode",1))
client_name=os.getenv("client_name") + ".exe"
JAVA_API_BASE = os.getenv("java_api_base", "http://8.136.19.173:18080")
# JAVA_API_BASE = os.getenv("java_api_base", "http://127.0.0.1:18080")
# JAVA_API_BASE = os.getenv("java_api_base", "http://8.136.19.173:18080")
JAVA_API_BASE = os.getenv("java_api_base", "http://127.0.0.1:18080")
cache_path = "./user_data"