Sha256: 88e7a4498b2998d6b736ac8103e691bfb90c8cf4b463b05e20dfa51f54551376
Contents?: true
Size: 953 Bytes
Versions: 2
Compression:
Stored size: 953 Bytes
Contents
##################TEST################## #接口地址 NeotelisPay.api_base_url = 'http://test.neotelit.com/nft/rest/nft/services' #商户账号 NeotelisPay.merchant_id = '201711291554826020' #加密key NeotelisPay.secret_key = 'e1af71ed03d26df65ed0b056d3be9fca' #商户名称 NeotelisPay.merchant_abbr = 'OTC.ONE' #商品名称 NeotelisPay.product_name = 'OTC' #商品描述 NeotelisPay.product_desc = 'OTC' #请求地址 NeotelisPay.request_ip = '192.168.0.100' ##################PROD################## # #接口地址 # NeotelisPay.api_base_url = 'http://api.neotelit.com/nft/rest/nft/services' # #商户账号 # NeotelisPay.merchant_id = '201711291554826020' # #加密key # NeotelisPay.secret_key = 'e1af71ed03d26df65ed0b056d3be9fca' # #商户名称 # NeotelisPay.merchant_abbr = 'OTC.ONE' # #商品名称 # NeotelisPay.product_name = 'OTC' #商品描述 # NeotelisPay.product_desc = 'OTC' # #请求地址 # NeotelisPay.request_ip = '192.168.0.100'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
neotelis_pay-0.1.1 | neotelis_pay.rb |
neotelis_pay-0.1.0 | neotelis_pay.rb |