trigger("user-_000KmfiVkio30K9VxoeLUUY3_hngEWcgR7u","message",[ // "type" => "text", // "time" => time() * 1000, // "msgId" => time(), // "content" => "哈稍等哈就说客家话", // "source" => 2, // "avatar" => "https://washmy.oss-cn-guangzhou.aliyuncs.com/storage/20260511/23627b2cb8f73a8a90b95c31d726e6ecad0cbb9a.png", // "poi_id" => "7644106137976965139", // "openid" => "_000KmfiVkio30K9VxoeLUUY3_hngEWcgR7u", // "service_id" => "105" // ]); // echo "asd"; // $param = [ // "events" => [ // [ // "channel" => "private-user-1", // "name" => "channel_added" // ] // ] // ]; // $key = hash_hmac('sha256', json_encode($param), config('plugin.webman.push.app.app_secret'), false); // echo $key."\n"; return view('index'); } public function view(Request $request) { return view('index/view', ['name' => 'webman']); } public function json(Request $request) { return json(['code' => 0, 'msg' => 'ok']); } }