- 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

10
controllers/ebai_order.go Normal file
View File

@@ -0,0 +1,10 @@
package controllers
import (
_ "git.rosy.net.cn/jx-callback/business/partner/purchase/ebai"
"github.com/astaxie/beego"
)
type EbaiController struct {
beego.Controller
}