09/07
2018
Wallogit.com
2017 © Pedro Peláez
图灵机器人
图灵机器人自动回复, (*1)
composer require weiguoheng/tuling-robot, (*2)
use think\Robot;
class Help
{
//使用帮助
public function index()
{
$reply = Robot::reply('你的appkey','你的秘钥','发送的消息');
}
}