TuLing123聊天机器人PHP之demo

来源:互联网 发布:软文写作软件 编辑:程序博客网 时间:2024/05/17 22:19

用的是web接口,官方demo只有java的,这里整理的是php的。

$input = "yourInput";$apikey = "yourKey";      $info = json_decode(file_get_contents('http://www.tuling123.com/openapi/api?key='.$apikey.'&info='.$input),true); echo $info['text'];

即可。不涉及AES加密。

0 0
原创粉丝点击