소스 검색

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)


불러오는 중...
취소
저장