From 84081ba6bd4f764e7492d2b6a1ce655eaa4a872d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 23 Jun 2022 16:12:35 +0800 Subject: [PATCH] 1 --- webapp/models/Phase3Box.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/models/Phase3Box.php b/webapp/models/Phase3Box.php index 1af6accd..bc7751cd 100644 --- a/webapp/models/Phase3Box.php +++ b/webapp/models/Phase3Box.php @@ -2,6 +2,8 @@ namespace models; +require_once('models/Nft.php'); + use mt; use phpcommon\SqlHelper; @@ -99,7 +101,7 @@ class Phase3Box extends BaseModel { $guns, $chips) { - $accountId = ''; + $accountId = phpcommon\createAccountId(6516, 2006, $account); $itemId = 0; $tokenType = 0; $tags = '';