Browse Source

修改路由

longyu 3 năm trước cách đây
mục cha
commit
37994b5c86
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/wechat.go

+ 1 - 1
controllers/wechat.go

@@ -184,7 +184,7 @@ func (this *WechatCommonController) GetWxSign() {
 // @Title 路由1
 // @Description 路由1
 // @Param   Url   query   string  true       "url地址"
-// @router /tesrR1 [get]
+// @router /hello [get]
 func (this *WechatCommonController) TesrR1() {
 	br := new(models.BaseResponse).Init()
 	defer func() {