git -C '/home/opc/rocketa.git' show b95a277 -- app/Console/Commands/GetResultDatas.phpcommit b95a2773908eda60a75960828c3952ca2b54c429
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Thu Nov 13 19:56:23 2025 +0900
翻訳
個別パラメータ仕様の変更
ポストバックURL編集 jqueryのバグ修正
diff --git a/app/Console/Commands/GetResultDatas.php b/app/Console/Commands/GetResultDatas.php
index c3f0504..07d244b 100644
--- a/app/Console/Commands/GetResultDatas.php
+++ b/app/Console/Commands/GetResultDatas.php
@@ -1443,7 +1443,7 @@ class GetResultDatas extends Command
// パートナー独自パラメータ追加
if ($media_other_parameters) {
foreach ($media_other_parameters as $media_other_key => $media_other_value) {
- $query[$media_other_key] = $media_other_value;
+ $query["custome.".$media_other_key] = $media_other_value;
}
}
/*