非常不錯的一套彩券系統,uniapp框架,前後端分離,後端、代理、手機H5
有uniapp前端原始碼,可以進行二次開發
遊戲列表
內建差不多五十種彩票遊戲,基本上都是快三彩票,但是也有其他彩票遊戲,如:時時彩、快樂彩、賽車飛艇pk10、六合彩、11選5等等。
後台可以控殺、可以提前預設開獎結果、可以修改開獎內容等等
搭建教學
不是普通的PHP彩券系統,搭建難度有點
PHP8.0MySQL5.6PHP開啟擴充:redis、Swoole,停用全部函數
如果碰到沒有玩法的情況
0_db_20230130_001430.rdb 在資料庫目錄新建redis資料夾放入檔案復原redis快取
或是在redis資料庫執行教程中的鍵值對
終端根目錄執行
php think watching
php think watching start
php think import start
api加127.0.0.4
後台設定檔
location ~/(control|storage) {
# 此處改為socket.io 後端的ip 和連接埠即可
proxy_pass http://127.0.0.4;
proxy_set_header XIp $remote_addr;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
proxy_http_version 1.1;}
前段
location ~/(dock|storage) {
# 此處改為socket.io 後端的ip 和連接埠即可
proxy_pass http://127.0.0.4;
proxy_set_header XIp $remote_addr;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
proxy_http_version 1.1;}
副
location ~/(invite|storage) {
# 此處改為socket.io 後端的ip 和連接埠即可
proxy_pass http://127.0.0.4;
proxy_set_header XIp $remote_addr;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
proxy_http_version 1.1;}