多笔立减金

This commit is contained in:
ziming 2025-12-11 18:30:04 +08:00
parent 43bf445f8b
commit a1b59c97a9
1 changed files with 0 additions and 4 deletions

View File

@ -83,10 +83,6 @@ func (srv *TripartiteService) QiXingNotify(ctx http.Context) error {
return srv.ResponseOK(ctx) return srv.ResponseOK(ctx)
} }
type Response struct {
Msg string `json:"msg"`
}
func (this *TripartiteService) ResponseOK(ctx http.Context) error { func (this *TripartiteService) ResponseOK(ctx http.Context) error {
return ctx.JSON(http2.StatusOK, &bo.QiXingResponse{ return ctx.JSON(http2.StatusOK, &bo.QiXingResponse{
Msg: "SUCCESS", Msg: "SUCCESS",