还原代码
This commit is contained in:
parent
4d07148789
commit
9d0e5e6f76
|
|
@ -77,10 +77,6 @@ func (s *VoucherService) CmbOrder(ctx http.Context) error {
|
|||
|
||||
func (v *VoucherService) cmbOrder(ctx http.Context) (string, error) {
|
||||
|
||||
//var ctxCopy http.Context
|
||||
|
||||
//copy(ctx, ctxCopy)
|
||||
|
||||
bodyBytes, err := io.ReadAll(ctx.Request().Body)
|
||||
if err != nil {
|
||||
return "", err2.ErrorCmbParamFail(err.Error())
|
||||
|
|
|
|||
Loading…
Reference in New Issue