lib/reapal/api/money/sub_account_query.rb in reapal-0.9.9 vs lib/reapal/api/money/sub_account_query.rb in reapal-0.9.10
- old
+ new
@@ -36,10 +36,10 @@
applyTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'),
}
res = operate_post(:query, service, params, post_path, Http::ErrorCode.sub_account_query, ['0000'])
- if 'S' == res[:result] && '0001' == res[:data][:resultCode]
+ if 'P' == res[:result] && '0001' == res[:data][:resultCode]
res[:result] = 'F'
end
res
end