api/gmgame/send_item.php
@@ -10,8 +10,7 @@
// https://www.eolink.com/share/inside/Yk3vUm/api/844628/detail/3309978
\Logging\CreateLogging("gmgame.send_item.php");
$pid = $_GET["pid"];
\Logging\LogInfo("_POST: " . print_r($_POST, true) . " pid:" . $pid);
\Logging\LogInfo("_POST: " . print_r($_POST, true));
$role_id = $_POST["role_id"]; // 角色ID
$server_id = $_POST["server_id"]; // 游戏区服ID
@@ -24,7 +23,7 @@
if (
    !\CfgReader\ReadConfig()
    || !\CfgReader\GetConfigData("gmgame", "Md5_" . $pid . "_Key", $Md5_Key)
    || !\CfgReader\GetConfigData("gmgame", "Md5_Key2", $Md5_Key)
    || !\CfgReader\GetConfigData("gmgame", "Senditem_mail_title", $title)
    || !\CfgReader\GetConfigData("gmgame", "Senditem_mail_content", $content)
) {