Sha256: ef44305dba2443612c77e4c892a34777752fa7c8d5b52efd836a0f436a811a46
Contents?: true
Size: 823 Bytes
Versions: 2
Compression:
Stored size: 823 Bytes
Contents
# coding: utf-8 module RockFintech module Http module ErrorCode def self.create_account_p @_create_account ||= %w[RD000601 RD000602 RD000603 RD000604 RD000605 RD777777 RD10001] end def self.set_password_p @_set_password ||= %w[RD1031303 RD1031304 RD10001 RD001034 RD000602 RD001024 RD9997 RD1031301 RD000603 RD000604 RD000605] end def self.bind_bank_card_p @_bind_bank_card ||= [] end def self.account_balance @_account_balance ||= [] end def self.find_account_by_mobile @_find_account_by_mobile ||= %w[T130016 T2600120] end def self.find_account_by_id @_find_account_by_id ||= %w[RD000061 RD000089 RD000060 RD000063] end end # module ErrorCode end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rock_fintech-0.2.0 | lib/rock_fintech/http/error_code/account.rb |
rock_fintech-0.1.0 | lib/rock_fintech/http/error_code/account.rb |