hxp
2025-06-04 f4a514d5ac952110da846636ecbb9de951eaf3d2
SuperGMToolClient/CompensationTempSendMulti.php
@@ -49,12 +49,9 @@
    $pack_data["queryType"] = $_POST["queryType" . $num];
    $pack_data['playerFind'] = "0"; // 实际不用该参数,兼容旧版用
    $pack_data['EndTime'] = date('Y-m-d', strtotime('+' . $tempInfo["EndDays"] . ' day')) . " 00:00:00";
    $pack_data['LimitDays'] = $tempInfo["LimitDays"];
    $pack_data["Title"] = $tempInfo["Title"];
    $pack_data["Text"] = $tempInfo["Text"];
    $pack_data["Gold"] = $tempInfo["Gold"];
    $pack_data["GoldPaper"] = $tempInfo["GoldPaper"];
    $pack_data["Silver"] = $tempInfo["Silver"];
    # 物品信息
    $pack_data["itemNums"] = implode(",", array_keys($tempInfo["Items"]));