Files
roll-room/pyground/sugar/README.md
2026-04-23 16:58:11 +08:00

12 lines
526 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SugarRush1000.py 是业务核心逻辑文件
SugarRushAutoRTPTuner.py 游戏RTP调参和校验文件
SugarRushAutoFreeSpinsTuner.py 购买一次免费旋转的旋转次数调参和校验文件
SugarRushSimulator.py 根据指定权重参数运行n次产生对局日志这些日志将转成sql写入数据库供后端逻辑使用
write_sql.py 根据日志文件生成sql写入数据库
数据库数据dump
mysqldump -uroot -p123456 db_name table_name > dump.sql
数据库数据导入
mysql -uroot -p123456 db_name < sql