还原代码

This commit is contained in:
李子铭 2025-03-21 13:57:42 +08:00
parent 4d07148789
commit 9d0e5e6f76
1 changed files with 0 additions and 4 deletions

View File

@ -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())