Some checks failed
Build docker and publish / linux (1.24.5) (push) Failing after 41s
新增随机种子生成与验证逻辑,包括: 1. 添加随机承诺生成接口 2. 实现抽奖执行与验证流程 3. 新增批量用户创建与删除功能 4. 添加抽奖收据记录表 5. 完善配置管理与错误码 新增测试用例验证随机算法正确性
19 lines
377 B
TOML
19 lines
377 B
TOML
[mysql]
|
|
[mysql.read]
|
|
addr = "127.0.0.1:3306"
|
|
user = "root"
|
|
pass = "123456"
|
|
name = "bindbox_game"
|
|
[mysql.write]
|
|
addr = "127.0.0.1:3306"
|
|
user = "root"
|
|
pass = "123456"
|
|
name = "bindbox_game"
|
|
|
|
[redis]
|
|
addr = "127.0.0.1:6379"
|
|
pass = ""
|
|
db = 0
|
|
|
|
[random]
|
|
commit_master_key = "a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456" |