类型错误: Argument 1 passed to think esponseHtml::__construct() must be an instance of thinkCookie, string given, called in F:wwwdapp hinkphplibrary hinkResponse.php on line 74
如图:

解决办法:
找到并打开:thinkphplibrary hinkResponse.php 文件
找到:创建Response对象

在class_exists($class) 后面加上 && is_array($data) 即可
