1、response修改 2、负数扣款
This commit is contained in:
		| @@ -92,7 +92,14 @@ func (l *IVYZ9363Logic) IVYZ9363(req *types.Request) (resp string, err *errs.App | ||||
|  | ||||
| 	westResp, callAPIErr := l.svcCtx.WestDexService.CallAPI("G10GX01", apiRequest) | ||||
| 	if callAPIErr != nil { | ||||
| 		return "", errs.ErrSystem | ||||
| 		if callAPIErr == errs.ErrDataSource { | ||||
| 			encryptData, aesEncrypt := crypto.AesEncrypt(westResp, key) | ||||
| 			if aesEncrypt != nil { | ||||
| 				return "", errs.ErrSystem | ||||
| 			} | ||||
| 			return encryptData, callAPIErr | ||||
| 		} | ||||
| 		return "", callAPIErr | ||||
| 	} | ||||
|  | ||||
| 	encryptData, aesEncrypt := crypto.AesEncrypt(westResp, key) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user