3
This commit is contained in:
parent
068f1d6f11
commit
c21b47fc73
@ -98,7 +98,7 @@ func publicRouter(r *gin.Engine, api controller.Api) {
|
|||||||
// 微信支付回调
|
// 微信支付回调
|
||||||
wxpayGroup := callbackGroup.Group("/wxpay")
|
wxpayGroup := callbackGroup.Group("/wxpay")
|
||||||
{
|
{
|
||||||
wxpayGroup.GET("/jsapi", api.CallBack.WxJsapiPay)
|
wxpayGroup.POST("/jsapi", api.CallBack.WxJsapiPay)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user