活动批次查询确认
This commit is contained in:
parent
572f8db83b
commit
95dbc27dcc
|
|
@ -136,9 +136,6 @@ func (s *VoucherService) CmbQuery(ctx http.Context) error {
|
||||||
return ctx.JSON(400, err)
|
return ctx.JSON(400, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
replyBytes, _ := json.Marshal(reply)
|
|
||||||
log.Warnf("cmbQuery reply: %v", string(replyBytes))
|
|
||||||
|
|
||||||
return ctx.JSON(200, reply)
|
return ctx.JSON(200, reply)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -204,9 +201,6 @@ func (s *VoucherService) CmbProductQuery(ctx http.Context) error {
|
||||||
return ctx.JSON(400, err)
|
return ctx.JSON(400, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
replyBytes, _ := json.Marshal(reply)
|
|
||||||
log.Warnf("CmbProductQuery reply: %v", string(replyBytes))
|
|
||||||
|
|
||||||
return ctx.JSON(200, reply)
|
return ctx.JSON(200, reply)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue