同步历史版本代码
This commit is contained in:
@@ -14,4 +14,9 @@ func RegisterNotifyHandlers(router *gin.Engine, serverCtx *svc.ServiceContext) {
|
||||
group.Any("/:platform/:token", notify.PaymentNotifyHandler(serverCtx))
|
||||
}
|
||||
|
||||
iap := router.Group("/v1/iap")
|
||||
{
|
||||
iap.POST("/notifications", notify.AppleIAPNotifyHandler(serverCtx))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user