# coding: utf-8 module Reapal module Api module User module ContractQuery # 1.5 签约查询,支持个人和企业(API) # def contract_query(ori_flow_id) # TODO(tony): 目前我们只用个人签约,个人签约都是同步返回,所以先不做实现 raise "Not Implement" end end end end end