天山网研发团队
media file count is out of limit hint: [4S1IfA0950e547]图片上传遇到此错误,怎么处理?
恩 果然是这样, 我排除以后 可以了
我的是订阅号, csrf token 没有 排除,csrf 要关掉吗 ?
怎么做的“? 我的也是这个问题,能解释一下吗 ?
已经认证过的, 微信token通过了验证,但是无法返回消息,提示暂时无法提供服务... 代码照搬的, 真不知道, 我的是laravel5.3
case 'text':
return ‘你好,abdureshid’ break;
这个是不是 我在终端 发一个文字“ 你好”,微信自动返回 ‘你好,abdureshid’ 的 ? 我写了 但没收到任何消息, 自动回复“该公众号暂时无法提供服务,请稍等再试”, 这是怎么个回事儿 ?
我在serve 控制器里获取用户信息列表是正常的, 能获取到, 但是在
$server->setMessageHandler(function ($message) {
// $message->FromUserName // 用户的 openid // $message->MsgType // 消息类型:event, text.... return "您好!欢迎关注我!";
});
这里面就是不对
Route::any('/wechat', 'WechatController@serve');这么个路由, 跟文档的一样
BadRequestException in Guard.php line 338:Invalid request. 这是什么错误? 我配置完了, 公众平台那边验证成功了, 但是 访问 /wechat 这么个错误。 我的是订阅号,认证过的
php artisan scout:import 'App\Post'我已经用这个命令添加了字段,array:7 [ "id" => 1 "title" => "12312312" "normTitle" => "3123" "initials" => "1231231" "description" => "231231231" "created_at" => "2016-11-01 05:30:10" "updated_at" => "2016-11-01 05:30:10"]
use Searchable;这个也已经添加到model 里了 不知道searchableAs里面填什么 不填嘛 默认是Index 填嘛 不知道填撒,