11 lines
214 B
Python
11 lines
214 B
Python
|
# encoding: UTF-8
|
||
|
|
||
|
import vtConstant
|
||
|
from shzdGateway import ShzdGateway as gateway
|
||
|
|
||
|
gatewayName = 'SHZD'
|
||
|
gatewayDisplayName = u'直达'
|
||
|
gatewayType = vtConstant.GATEWAYTYPE_INTERNATIONAL
|
||
|
gatewayQryEnabled = True
|
||
|
|