- new jd order handle ok, access jd api synchronously.

This commit is contained in:
gazebo
2018-06-06 14:51:16 +08:00
parent 8d1c22229b
commit 773135af89
8 changed files with 191 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ func init() {
&controllers.UserController{},
),
),
beego.NSNamespace("/djsw",
beego.NSInclude(
&controllers.JDOrderController{},
),
),
)
beego.AddNamespace(ns)
}