Sha256: 208b92bac60ac0fa85662b3387da5ee4096f839313cbca0f52c0ec81eff244a6

Contents?: true

Size: 347 Bytes

Versions: 5

Compression:

Stored size: 347 Bytes

Contents

# coding: utf-8
# 订单查询 API 错误相关
module Reapal
  module Http
    module ErrorCode

      def self.query_by_single_flow_id
        @_query_by_single_flow_id ||= ['0001'] | tender_common
      end

      def self.query_by_flow_id
        @_query_by_flow_id ||= ['0001'] | tender_common
      end

    end # module ErrorCode
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reapal-0.9.3 lib/reapal/http/error_code/order.rb
reapal-0.9.2 lib/reapal/http/error_code/order.rb
reapal-0.9.1 lib/reapal/http/error_code/order.rb
reapal-0.9.0 lib/reapal/http/error_code/order.rb
reapal-0.3.0 lib/reapal/http/error_code/order.rb