This commit is contained in:
yangduo 2025-01-09 11:18:00 +08:00
parent 77c90e34b5
commit 47a804e0a8

View File

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