python学习

This commit is contained in:
2019-08-09 14:18:51 +08:00
parent 8a1f75de2c
commit bbd8580d53
7 changed files with 471 additions and 355 deletions

View File

@@ -7,6 +7,7 @@ from web.controllers.api.Order import *
from web.controllers.api.My import *
from web.controllers.api.Cart import *
from web.controllers.api.Address import *
from web.controllers.api.Jieshao import *
@route_api.route("/")
def index():