11 lines
210 B
Python
11 lines
210 B
Python
# encoding: UTF-8
|
|
|
|
import vtConstant
|
|
from okcoinGateway import OkcoinGateway as gateway
|
|
|
|
gatewayName = 'OKCOIN'
|
|
gatewayDisplayName = u'币行'
|
|
gatewayType = vtConstant.GATEWAYTYPE_BTC
|
|
gatewayQryEnabled = True
|
|
|