添加位置服务接口
This commit is contained in:
parent
848e34c7fb
commit
ac8aa11068
@ -20,6 +20,9 @@ parser.add_argument('in_used')
|
||||
|
||||
|
||||
class Location(Resource):
|
||||
def __init__(self):
|
||||
self.args = parser.parse_args()
|
||||
|
||||
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