添加位置服务接口
This commit is contained in:
parent
64c909889a
commit
848e34c7fb
@ -19,7 +19,7 @@ parser.add_argument('type')
|
||||
parser.add_argument('in_used')
|
||||
|
||||
|
||||
class Location():
|
||||
class Location(Resource):
|
||||
def get(self):
|
||||
sql = f"select id,gameid,area,type from localtion where in_used=1"
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user