From 3052e65833c95b109b9764ef8c9dfd76822955cd Mon Sep 17 00:00:00 2001 From: bvwl <2201101122@qq.com> Date: Thu, 20 Nov 2025 22:56:11 +0800 Subject: [PATCH] 0.0.8 --- README.md | 2 ++ spider/api.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a6812..52c134c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# 0.0.8 +- 修正api地址 # 0.0.7 - 完善requirements.txt # 0.0.6 diff --git a/spider/api.py b/spider/api.py index fff536c..9e84fb1 100644 --- a/spider/api.py +++ b/spider/api.py @@ -6,7 +6,8 @@ import os import random class Api: def __init__(self) -> None: - self.base_url = 'http://127.0.0.1:6060' + # self.base_url = 'http://127.0.0.1:6060' + self.base_url = 'http://192.168.11.67:6060' # 创建店铺 def create_shop(self, city: str, street: str, shop_name: str) -> dict: