综信评价开始填报 风险数据 升级到v0.21

This commit is contained in:
王思川 2022-03-22 10:25:11 +08:00
parent 5e585edb8e
commit 0481aa07ed
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PASSWORD_TYC = parse.quote_plus('gP@DwMSVd5Sh6EiH')
PASSWORD_TFSE_021 = parse.quote_plus('UTlC9cCoglD1cI1*') PASSWORD_TFSE_021 = parse.quote_plus('UTlC9cCoglD1cI1*')
client_tfse = pymongo.MongoClient('mongodb://{}:{}@{}:{}'.format(USER, PASSWORD_TFSE, '116.63.130.34', 27018)) client_tfse = pymongo.MongoClient('mongodb://{}:{}@{}:{}'.format(USER, PASSWORD_TFSE, '116.63.130.34', 27018))
client_tyc = pymongo.MongoClient('mongodb://{}:{}@{}:{}'.format(USER, PASSWORD_TYC, '116.63.130.34', 27019)) client_tyc = pymongo.MongoClient('mongodb://{}:{}@{}:{}'.format(USER, PASSWORD_TYC, '116.63.130.34', 27019))
client_tfse_021 = pymongo.MongoClient('mongodb://{}:{}@{}:{}'.format(USER, PASSWORD_TYC, '116.63.130.34', 27021)) client_tfse_021 = pymongo.MongoClient('mongodb://{}:{}@{}:{}'.format(USER, PASSWORD_TFSE_021, '116.63.130.34', 27021))
def find_tyc_db(**kwargs): def find_tyc_db(**kwargs):