Przeglądaj źródła

upodate

add_mode
DengBiao 1 rok temu
rodzic
commit
2d29bd1f4f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      app/router/customer_router.go

+ 1
- 1
app/router/customer_router.go Wyświetl plik

@@ -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)


Ładowanie…
Anuluj
Zapisz