This commit is contained in:
2026-04-11 13:45:10 +08:00
parent 632c9e5a93
commit f1d94b18b2
3 changed files with 23 additions and 36 deletions

View File

@@ -35,7 +35,7 @@ use Illuminate\Support\Facades\DB;
class RedPacketController extends Controller
{
/** 礼包固定总数量 */
private const TOTAL_AMOUNT = 888;
private const TOTAL_AMOUNT = 8888;
/** 礼包固定份数 */
private const TOTAL_COUNT = 10;