This commit is contained in:
2025-12-12 14:58:24 +08:00
parent 45ff5a62e3
commit 3bdb45bb50
4 changed files with 34 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ import random
class Api:
def __init__(self) -> None:
# self.base_url = 'http://127.0.0.1:6060'
self.base_url = 'http://192.168.11.67:6060'
self.base_url = 'http://192.168.11.67:6061'
# 创建店铺
def create_shop(self, city: str, street: str, shop_name: str) -> dict: