Sha256: 5da136435537ebe8dad9ccbe6c38b731eb8eb586735dff046b2f32bbc64ec0d2
Contents?: true
Size: 447 Bytes
Versions: 4
Compression:
Stored size: 447 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(1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 0001) | tender_common end def self.query_by_flow_id @_query_by_flow_id ||= %w(1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 0001) | tender_common end end # module ErrorCode end end
Version data entries
4 entries across 4 versions & 1 rubygems