Sha256: 8fd67e1d1466b0083a0c315b36d307e27c2098c467dba4d009d84aa6583cf0e4

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 Bytes

Contents

# 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reapal-0.2.2 lib/reapal/api/user/contract_query.rb