- GetVendorStore for ebai.

This commit is contained in:
gazebo
2018-09-18 17:15:41 +08:00
parent 5430791437
commit cf62db7ff5
14 changed files with 263 additions and 28 deletions

View File

@@ -58,6 +58,7 @@ func init() {
beego.AutoRouter(&controllers.MtpsController{})
beego.AutoRouter(&controllers.ElemeController{})
beego.AutoRouter(&controllers.DadaDeliveryController{})
beego.AutoRouter(&controllers.EbaiController{})
beego.Any("/", func(ctx *beecontext.Context) {
ctx.WriteString("pong\n")