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