0.0.8
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user