git -C '/home/opc/rocketa.git' show 7af72dd -- oci_func/result/func.pycommit 7af72ddcf79120815f44d23fbad6425d2f9983c9
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Tue Jan 20 13:58:44 2026 +0900
client posteback パラメータをsid,ad_id,client_idからsidのみに変更
diff --git a/oci_func/result/func.py b/oci_func/result/func.py
index 90d7e92..6b19337 100644
--- a/oci_func/result/func.py
+++ b/oci_func/result/func.py
@@ -96,11 +96,11 @@ def handler(ctx, data: io.BytesIO = None):
if send_param_list['sid'] == '':
error = 1
- if send_param_list['ad_id'] == '':
- error = 1
+ #if send_param_list['ad_id'] == '':
+ # error = 1
- if send_param_list['client_id'] == '':
- error = 1
+ #if send_param_list['client_id'] == '':
+ # error = 1
# 廃棄イベントのリストに有る場合は処理を止める
if query_params.get('event') is not None: