This commit is contained in:
2024-10-12 23:49:59 +08:00
parent d520deacb3
commit 915d3f3716
37 changed files with 173 additions and 92 deletions

View File

@@ -79,9 +79,7 @@ func (l *FLXG54F5Logic) FLXG54F5(req *types.Request) (resp *types.Response, err
return nil, errs.ErrSystem
}
if respData.Code == "0000" {
l.ctx = context.WithValue(l.ctx, "Charges", true)
} else {
if respData.Code != "0000" {
return nil, errs.ErrSystem
}
encryptData, aesEncrypt := crypto.AesEncrypt(westResp, key)