我在Fay脚本中使用Data.Tree
但它无法编译,并且它不包含在fay-base中。有没有办法从$client->post(
'https://api.telegram.org/botMyApiKey/sendPhoto',
array(
'multipart' => array(
array(
'name' => 'chat_id',
'contents' => '1111111'
),
array(
'name' => 'photo',
'contents' => $contents
)
)
)
);
导入?