lib/reapal/api/user/onekey_contract.rb in reapal-0.9.12 vs lib/reapal/api/user/onekey_contract.rb in reapal-0.9.13
- old
+ new
@@ -37,10 +37,14 @@
busway: bus_way,
remark: '',
applyTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'),
}
- operate_post(:operate, service, params, post_path, Http::ErrorCode.contract_create, ['0000', '0007'])
+ res = operate_post(:operate, service, params, post_path, Http::ErrorCode.contract_create, ['0000', '0007'])
+
+ Reapal.logger.info res
+
+ res
end
end # module
end
end