fix
This commit is contained in:
parent
978cc5fd91
commit
a2134a5346
@ -13,6 +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/tnotify",
|
f5.GetApp().GetGinEngine().POST("/wx/tnotify",
|
||||||
api.WxNotifyPurchase)
|
api.WxNotifyPurchase)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user