sw
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
-*- coding: utf-8 -*-
|
||||
from web.controllers.api import route_api
|
||||
from flask import request,jsonify,g
|
||||
from application import app,db
|
||||
@@ -13,7 +13,7 @@ from common.models.food.WxShareHistory import WxShareHistory
|
||||
from common.libs.Helper import getCurrentDate
|
||||
from common.libs.member.MemberService import MemberService
|
||||
|
||||
# RJB
|
||||
# RJBrjb
|
||||
@route_api.route("/member/login",methods = [ "GET","POST" ])
|
||||
def login():
|
||||
resp = {'code': 200, 'msg': '操作成功~', 'data': {}}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user