lib/reapal/api/user/mobile_query.rb in reapal-0.9.12 vs lib/reapal/api/user/mobile_query.rb in reapal-0.9.13

- old
+ new

@@ -26,10 +26,14 @@ params = { contracts: contracts, queryTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'), } - operate_post(:query, service, params, post_path, Http::ErrorCode.mobile, ['0000']) + res = operate_post(:query, service, params, post_path, Http::ErrorCode.mobile, ['0000']) + + Reapal.logger.info res + + res end end end end