@extends('module.layouts.empty') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
微信登录

请使用微信扫描二维码登录

“扫描后登录成功即可绑定账号”

@endsection @section('script') @php try{ $wechatService=app('App\Services\Common\WechatService'); $officil=$wechatService->getOfficialAccount(); $qrcode=$officil->qrcode->temporary('BindEvent', 30*60); $qrcode_url=$officil->qrcode->url($qrcode['ticket']); }catch(Exception $e){ $qrcode_url = "请在公众内添加ip白名单"; $qrcode['ticket']="please set ip in the official"; } @endphp @endsection