多笔立减金
This commit is contained in:
parent
43bf445f8b
commit
a1b59c97a9
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue