This commit is contained in:
anhduy-tech
2026-01-06 09:31:19 +07:00
parent 4433560642
commit fe107222c1
7 changed files with 4 additions and 2 deletions

View File

@@ -123,6 +123,7 @@ def api_call_action(params, context):
body = resolve_value(raw_body, context)
print(f" [API_CALL] {method} {url}")
print(f" [API_CALL] Resolved Body: {body}")
# Thực hiện request
if method == "POST":