We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390abfd commit d4f4f63Copy full SHA for d4f4f63
alipay/error.go
@@ -16,7 +16,7 @@ type BizErr struct {
16
func bizErrCheck(errRsp ErrorResponse) error {
17
if errRsp.Code != "10000" {
18
return &BizErr{
19
- Code: errRsp.SubCode,
+ Code: errRsp.Code,
20
Msg: errRsp.Msg,
21
SubCode: errRsp.SubCode,
22
SubMsg: errRsp.SubMsg,
0 commit comments