- new jd order handle ok, access jd api synchronously.
This commit is contained in:
@@ -25,6 +25,11 @@ func init() {
|
||||
&controllers.UserController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/djsw",
|
||||
beego.NSInclude(
|
||||
&controllers.JDOrderController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user