瀏覽代碼

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)


Loading…
取消
儲存