- auth for weixin.

This commit is contained in:
gazebo
2018-09-04 21:23:51 +08:00
parent 1dda77ee3a
commit deca8efb96
15 changed files with 399 additions and 571 deletions

View File

@@ -6,6 +6,7 @@ import (
"github.com/astaxie/beego"
)
// 订单相关API
type OrderController struct {
beego.Controller
}