lib/reapal/api/money/sub_account_query.rb in reapal-0.9.5 vs lib/reapal/api/money/sub_account_query.rb in reapal-0.9.6

- old
+ new

@@ -34,10 +34,16 @@ orderNo: sub_account_flow_id, serialNo: serial_no, applyTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'), } - operate_post(:query, service, params, post_path, Http::ErrorCode.sub_account_query, ['0000']) + res = operate_post(:query, service, params, post_path, Http::ErrorCode.sub_account_query, ['0000']) + + if 'S' == res[:result] && '0001' == res[:data][:resultCode] + res[:result] = 'F' + end + + res end end # module end end