xiugai
This commit is contained in:
@@ -62,7 +62,7 @@ def login():
|
||||
|
||||
@route_api.route("/member/logintwo",methods = [ "GET","POST" ])
|
||||
def logintwo():
|
||||
resp = {'code': 200, 'msg': '操作成功~', 'data': {}}
|
||||
resp = {'code': 200, 'msg': 'rjb操作成功~', 'data': {}}
|
||||
req = request.values
|
||||
app.logger.info(req)
|
||||
name = req['name'] if 'name' in req else ''
|
||||
|
||||
BIN
web/controllers/api/__pycache__/Address.cpython-39.pyc
Normal file
BIN
web/controllers/api/__pycache__/Address.cpython-39.pyc
Normal file
Binary file not shown.
BIN
web/controllers/api/__pycache__/Cart.cpython-39.pyc
Normal file
BIN
web/controllers/api/__pycache__/Cart.cpython-39.pyc
Normal file
Binary file not shown.
BIN
web/controllers/api/__pycache__/Food.cpython-39.pyc
Normal file
BIN
web/controllers/api/__pycache__/Food.cpython-39.pyc
Normal file
Binary file not shown.
BIN
web/controllers/api/__pycache__/Jieshao.cpython-39.pyc
Normal file
BIN
web/controllers/api/__pycache__/Jieshao.cpython-39.pyc
Normal file
Binary file not shown.
BIN
web/controllers/api/__pycache__/Member.cpython-39.pyc
Normal file
BIN
web/controllers/api/__pycache__/Member.cpython-39.pyc
Normal file
Binary file not shown.
BIN
web/controllers/api/__pycache__/My.cpython-39.pyc
Normal file
BIN
web/controllers/api/__pycache__/My.cpython-39.pyc
Normal file
Binary file not shown.
BIN
web/controllers/api/__pycache__/Order.cpython-39.pyc
Normal file
BIN
web/controllers/api/__pycache__/Order.cpython-39.pyc
Normal file
Binary file not shown.
BIN
web/controllers/api/__pycache__/__init__.cpython-39.pyc
Normal file
BIN
web/controllers/api/__pycache__/__init__.cpython-39.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user