1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#镜像环境
appname = system_pay
runmode = dev
[dev]
autorender = false
copyrequestbody = true
EnableDocs = true
httpport = 9193
sessionon = true
#数据库配置
dbhost = 39.96.85.45
dbport = 3307
dbuser = root
dbpassword = abc123456
dbname = jingxiang_shop
dbprefix = ecm_
#token秘钥
SecretKey = dbcaespassword00
token = mirror-dbc-auth-token
#日志配置
filepath = "logs/"
maxlines = 1000
maxsize = 10240
#图片上传目录
UPLOAD_DIR = "credit_shop"
MAX_FILE_SIZE = 50000000
IMAGE_TYPES = "(jpg|jpeg|png|pdf|gif|zip|rar)"
ACCEPT_FILE_TYPES = IMAGE_TYPES
#OSS配置
OSS_URL = "https://dbc-static.oss-cn-beijing.aliyuncs.com/"
accessKeyID = "LTAIDfwPBC9AnsRt"
accessKeySecret = "Z6FtUptrAk0Sl6H8vrVBGZLbBzXEpO"
endPoint = "oss-cn-beijing.aliyuncs.com"
bucket = "dbc-static"
#e签宝
PROJECT_ID = "7438819206"
PROJECT_SECRET = "64c6e023ee98c82a1a7180107c320d08"
API_HOST = "https://smlo.tsign.cn/opentreaty-service/"
AddPersonUrl = "https://smlo.tsign.cn/opentreaty-service/account/create/person"
AddOrganizeUrl = "https://smlo.tsign.cn/opentreaty-service/account/create/organize/common"
SilentSignUrl = "https://smlo.tsign.cn/opentreaty-service/account/platform/silentsign"
GetUploadurl = "https://smlo.tsign.cn/opentreaty-service/file/uploadurl"
CreateByFileKeyUrl = "https://smlo.tsign.cn/opentreaty-service/template/createbyfilekey"
CreateByTemplateUrl = "https://smlo.tsign.cn/opentreaty-service/doc/createbytemplate"
AddProcessUrl = "https://smlo.tsign.cn/opentreaty-service/sign/contract/addProcess"
flowGetViewUrl = "https://smlo.tsign.cn/opentreaty-service/flow/get/viewurl"
UserSignTaskUrl = "https://smlo.tsign.cn/opentreaty-service/sign/contract/userSignTask"
PlatformSignTaskUrl = "https://smlo.tsign.cn/opentreaty-service/sign/contract/platformSignTask"
ArchiveProcessUrl = "https://smlo.tsign.cn/opentreaty-service/sign/contract/archiveProcess"
OrganAuthUrl = "http://smlrealname.tsign.cn:8080/realname/rest/external/organ/orgAuth"
InfoAuthUrl = "http://smlrealname.tsign.cn:8080/realname/rest/external/organ/infoAuth-special"
AccessTokenUrl = "https://smlopenapi.esign.cn/v1/oauth2/access_token?appId=7438819206&secret=64c6e023ee98c82a1a7180107c320d08&grantType=client_credentials"
SignflowsUrl = "https://smlopenapi.esign.cn/v1/signflows/"
#短信配置
SMSNAME = dbc
SMSPWD = Dbc38590
EPID = 125060
SIGN = 【谛宝多多】
#IP = 114.255.71.158:8061
IP = "https://tsms.pet-dbc.cn/v1/send"
AESKEY = "dbc2021888000000"
AREACODE = "86"
#退出跳转域名配置
SHOP_HOST = "https://jingxiang.pet-dbc.cn"
SHOP_HOST_ADMIN = "https://jxadmin.pet-dbc.cn/credit/user"
#es配置
EsUrl = "http://39.97.239.70:9200"
Index = dev_shop_index
AuthPwd = dbc123456
UserName = shop_search_development
PassWord = dbc_ssdp
#支付配置
frontRedirectUrl = "https://jingxiang.pet-dbc.cn/uni/pages/wxpay/wxpay"
backRedirectUrl = "https://jingxiang.pet-dbc.cn/uni/api/repayment/RedirectAuth"
payCallBack = "https://jingxiang.pet-dbc.cn/uni/api/repayment/PayCallBack"
unifiedOrder = "https://test.pay.pet-dbc.cn/v1/pay/unified_order"
backRedirectUrl_month = "https://jingxiang.pet-dbc.cn/uni/api/month_repayment/RedirectAuth"
payCallBack_month = "https://jingxiang.pet-dbc.cn/uni/api/month_repayment/PayCallBack"
returnUrl = "https://jingxiang.pet-dbc.cn"
#微信配置-支付
AppID = wxfb03eda5412dcaae
AppSecret = 10932abb8ca4448d98c52548b321eb2b
#微信配置-分享
AppID_SHARE = wx236414cabd51aefb
AppSecret_SHARE = 454585c9e2d87d64583848e5dbbec290
#微信配置-小程序
AppID_APPLET = wx6ff40a576e2f4ca0
AppSecret_APPLET = 6756d3f0b6b052dab40beb78bc89291d
#微信分享
AccessTokenHost = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=wx236414cabd51aefb&secret=454585c9e2d87d64583848e5dbbec290"
JsAPITicketHost = "https://api.weixin.qq.com/cgi-bin/ticket/getticket"
#阿里云 - 全国快递物流查询
AppCode = 6d1da9eb15b540688a505c1814e0c25f
TimeDuration = 7200
#谛宠有品
DCYP_HOST = "https://tmall.pet-dbc.cn/"
#CRM
CRM_HOST = "https://tcrm.pet-dbc.cn"