<?php $json_string = file_get_contents('php://input'); $jsonObj = json_decode($json_string); $to = $jsonObj->{"result"}[0]->{"content"}->{"from"}; // ããã¹ãã§è¿äºãããå ´å $response_format_text = ['contentType'=>1,"toType"=>1,"text"=>"hello"]; // ç»åã§è¿äºãããå ´å $response_format_image = ['contentType'=>2,"toType"=>1,'originalContentUrl'=>"ç»åURL","previewImageUrl"=>"ãµã ãã¤ã«ç»åURL"]; // ä»ã«ãè²ã ãã // .... // toChannelã¨
{{#tags}}- {{label}}
{{/tags}}