Example #1
0
 public function choose(Request $request, $url = NULL)
 {
     $accounts = WechatAccount::all();
     return view('wechat::wechat.choose')->with('_accounts', $accounts)->with('_account', WechatAccount::find((new WechatAccountTool())->getAccountID()))->with('_url', $url);
 }