This commit is contained in:
yangduo 2025-01-13 14:03:03 +08:00
parent 978cc5fd91
commit a2134a5346

View File

@ -13,6 +13,6 @@ func (this *MainServiceRouter) InitRouter() {
api.RefreshToken)
// f5.GetApp().GetGinEngine().GET("/wx/tnotify",
// api.WxTNotify)
f5.GetApp().GetGinEngine().GET("/wx/tnotify",
f5.GetApp().GetGinEngine().POST("/wx/tnotify",
api.WxNotifyPurchase)
}