first commit
This commit is contained in:
20
config.py
Normal file
20
config.py
Normal file
@ -0,0 +1,20 @@
|
||||
# 调用域名
|
||||
base_path = 'https://www.jiyuankeshang.com'
|
||||
# 密钥
|
||||
SECRET = '8jSj7EF1J6P1zzDeqzMxc-1c4EV3tTGyB5yljB2RWtk'
|
||||
# apikey
|
||||
apikey = '82bl1lhsgjzhd9ahBYvaMNVAncYYRkbE'
|
||||
# APIv3密钥
|
||||
v3_SECRET = '20230626yinjian13370189887jiyuan'
|
||||
# 服务器IP
|
||||
ip = '101.43.208.145'
|
||||
# 应用ID
|
||||
app_id = "6790ca1682b769eeefb022f2"
|
||||
# 车损任务表单ID
|
||||
vehicle_damage_id = "67d39b39baccd58c66507dfd"
|
||||
# 物损表单ID
|
||||
item_damage_id = "67dbe8bbbaccd58c66c606eb"
|
||||
# 人伤表单ID
|
||||
human_injury_id = "67dbbc83baccd58c66c1575a"
|
||||
# 车损任务表单ID
|
||||
lossseqcategory_id = "67eb42cfde8bbe9eed2733f3"
|
||||
Reference in New Issue
Block a user