|
@@ -374,9 +374,9 @@ func (u *CenterController) Service() {
|
|
|
err = errors.ApiTimeOut
|
|
|
} else {
|
|
|
if cReply.MerchantApiInfo.IsRawErrorCode {
|
|
|
- respErr = errors.ErrorTransform(err)
|
|
|
+ respErr = errors.ErrorTransformRaw(err)
|
|
|
} else {
|
|
|
- respErr = errors.ErrorToNorecord(err)
|
|
|
+ respErr = errors.ErrorTransformRaw(err)
|
|
|
}
|
|
|
result.Chan <- respErr
|
|
|
}
|