| | |
| | | $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"])); |