浏览代码

upodate

add_mode
DengBiao 1年前
父节点
当前提交
2d29bd1f4f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/router/customer_router.go

+ 1
- 1
app/router/customer_router.go 查看文件

@@ -26,7 +26,7 @@ func CustomerInit(r *gin.RouterGroup) {
r.GET("/wxGetAccessToken", hdl.WxGetAccessToken)
r.POST("/wxDecryptUserInfo", hdl.WxDecryptUserInfo)
r.POST("/wxDecryptMobile", hdl.WxDecryptMobile)
r.POST("/wxPay", hdl.Wx)
r.POST("/wxPay", hdl.WxDecryptMobile)

r.POST("/register", hdl.Register)
r.POST("/aesDecrypt", hdl.AesDecrypt)


正在加载...
取消
保存