This commit is contained in:
李子铭 2025-03-08 16:37:11 +08:00
parent b228b83f5b
commit a0f6e86754
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
package service
import (
"github.com/go-kratos/kratos/v2/transport/http"
)
func (s *VoucherService) WechatNotify(ctx http.Context) error {
return ctx.JSON(200, nil)
}