Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Nov 28, 2023
1 parent f180d7c commit 95c2d7f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wechat/v3/score.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ func (c *ClientV3) V3ScoreOrderPartnerCreate(ctx context.Context, bm gopay.BodyM
if err != nil {
return nil, err
}

wxRsp := &ScoreOrderPartnerCreateRsp{Code: Success, SignInfo: si}
wxRsp.Response = new(ScoreOrderPartnerCreate)
if err = json.Unmarshal(bs, wxRsp.Response); err != nil {
Expand All @@ -206,7 +205,6 @@ func (c *ClientV3) V3ScoreOrderPartnerCreate(ctx context.Context, bm gopay.BodyM
wxRsp.Error = string(bs)
return wxRsp, nil
}

return wxRsp, c.verifySyncSign(si)
}

Expand Down Expand Up @@ -277,7 +275,6 @@ func (c *ClientV3) V3ScoreOrderPartnerQuery(ctx context.Context, orderNoType Ord
wxRsp.Error = string(bs)
return wxRsp, nil
}

return wxRsp, c.verifySyncSign(si)
}

Expand Down Expand Up @@ -333,7 +330,6 @@ func (c *ClientV3) V3ScoreOrderPartnerCancel(ctx context.Context, subMchid, trad
wxRsp.Error = string(bs)
return wxRsp, nil
}

return wxRsp, c.verifySyncSign(si)
}

Expand Down Expand Up @@ -406,7 +402,6 @@ func (c *ClientV3) V3ScoreOrderPartnerComplete(ctx context.Context, tradeNo stri
wxRsp.Error = string(bs)
return wxRsp, nil
}

return wxRsp, c.verifySyncSign(si)
}

Expand Down

0 comments on commit 95c2d7f

Please sign in to comment.