v3.0细节优化

feat/task1-c-wallet
gongfuxiang 2023-08-29 13:13:32 +08:00
parent 81f506a7ce
commit 6034f725f4
5 changed files with 21 additions and 18 deletions

View File

@ -420,6 +420,9 @@ php;
return DataReturn('sql运行失败['.$failure.']条', -1);
}
// 更新加密串
$db->execute('UPDATE `'.$params['DB_PREFIX'].'config` SET `value`="'.md5(time().rand(100, 99999)).'" WHERE `only_tag`="common_data_encryption_secret"');
return DataReturn('success', 0, $result);
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB