You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
853 B
39 lines
853 B
APP_DEBUG = true
|
|
|
|
[APP]
|
|
DEFAULT_TIMEZONE = Asia/Shanghai
|
|
|
|
[DATABASE]
|
|
TYPE = mysql
|
|
HOSTNAME = 127.0.0.1
|
|
DATABASE = invotpdb
|
|
USERNAME = invotpdb
|
|
PASSWORD = JJYzfsbrNwjn7P3E
|
|
HOSTPORT = 3306
|
|
CHARSET = utf8mb4
|
|
DEBUG = false
|
|
|
|
[LANG]
|
|
default_lang = zh-cn
|
|
|
|
[WECHAT]
|
|
TOKEN = invoiceApi
|
|
APPID = wx95f03b3c0c33335f
|
|
APPSECRET = 117f446ea2bfdd7ef28e131faafd248b
|
|
REDIRECT_URI = https://intp.xingtongworld.com/wechat/Login/wx
|
|
|
|
[WSDL]
|
|
SOAP_URL = http://120.234.15.170:4000/FeeService.dll/soap/IFeeService
|
|
SOAP_PORT = 4000
|
|
|
|
[SMS]
|
|
API_URL = https://www.sms-cly.cn/v7/msg/submit.json
|
|
USERNAME = clygysw
|
|
PASSWORD = r9jndi
|
|
|
|
[TAXES]
|
|
API_URL = https://szxz.shenzhen.chinatax.gov.cn:6443/access/api
|
|
REQ_ID = 2334e6cedb1389057d715acf00e4d9441
|
|
CHANNEL_ID = SZDGYQSS
|
|
CHANNEL_SECRET = F541D38364337959E0530B7F6796B44D
|
|
DOWN_URL = https://szxz.shenzhen.chinatax.gov.cn/qkldzsp/sword
|
|
|