jolly/jr-web Wiki

pages 43wiki option PUBLIC

新大陸リリース&報酬手順

新大陸リリース&報酬手順.md / updated 2023-07-10 15:22:51 +0900

リリース

チームデータのリセット

#team_data 
UPDATE team_data SET event_info = 0, event_info2 = 50, event_info3 = 0 WHERE del_flg = 0;

ユーザ進捗データのリセット

#user_event_new_island
TRUNCATE TABLE  user_event_new_island;

報酬配布

報酬配布実行

#本番環境
cd jr-yamada/lib/exec/
#$debug_flg=1でsql出力
vi tool_event_newisland_present.inc
ENVIRONMENT=production PF=yamada php ./tool_event_newisland_present.inc

#sql確認
less ../../log/event_newisland_Ymd.txt

#$debug_fl=0にして実際に配布
vi tool_event_newisland_present.inc
ENVIRONMENT=production PF=yamada php ./tool_event_newisland_present.inc

管理画面で、配布されたかプレゼントBOX確認

告知公開

ポイント集計

#本番環境
cd jr-yamada/lib/exec/
ENVIRONMENT=production PF=yamada php tool_event_newisland_point.inc
#DB確認
cpanel_event_newisland_pt_achieve_count