cmb
This commit is contained in:
parent
190d9fc065
commit
d3587c2c72
|
|
@ -119,6 +119,8 @@ func (s *VoucherService) CmbQuery(ctx http.Context) error {
|
||||||
return ctx.JSON(400, err)
|
return ctx.JSON(400, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.Warnf("CmbQuery CmbMixRepo GetResponse: %v", reply)
|
||||||
|
|
||||||
return ctx.JSON(200, reply)
|
return ctx.JSON(200, reply)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -180,6 +182,8 @@ func (s *VoucherService) CmbProductQuery(ctx http.Context) error {
|
||||||
return ctx.JSON(400, err)
|
return ctx.JSON(400, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.Warnf("cmbProductQuery CmbMixRepo GetResponse: %v", reply)
|
||||||
|
|
||||||
return ctx.JSON(200, reply)
|
return ctx.JSON(200, reply)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue