Sha256: e1b5fc139b5e538187651e4ada5ff364c76f76f69222bdd539dc349d4a9ca77a

Contents?: true

Size: 422 Bytes

Versions: 14

Compression:

Stored size: 422 Bytes

Contents

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

      def self.query_by_single_flow_id
        @_query_by_single_flow_id ||= %w(1103 1104 1105 1106 1107 1108 1109 0001 0519) | tender_common
      end

      def self.query_by_flow_id
        @_query_by_flow_id ||= %w(1103 1104 1105 1106 1107 1108 1109 0001) | tender_common
      end

    end # module ErrorCode
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
reapal-0.18.0 lib/reapal/http/error_code/order.rb
reapal-0.17.0 lib/reapal/http/error_code/order.rb
reapal-0.16.0 lib/reapal/http/error_code/order.rb
reapal-0.15.0 lib/reapal/http/error_code/order.rb
reapal-0.14.0 lib/reapal/http/error_code/order.rb
reapal-0.13.0 lib/reapal/http/error_code/order.rb
reapal-0.12.0 lib/reapal/http/error_code/order.rb
reapal-0.11.0 lib/reapal/http/error_code/order.rb
reapal-0.10.1 lib/reapal/http/error_code/order.rb
reapal-0.10.0 lib/reapal/http/error_code/order.rb
reapal-0.9.13 lib/reapal/http/error_code/order.rb
reapal-0.9.12 lib/reapal/http/error_code/order.rb
reapal-0.9.11 lib/reapal/http/error_code/order.rb
reapal-0.9.10 lib/reapal/http/error_code/order.rb