摘要: 登录控制器 1 // 小程序登录 2 public function wxlogin(Request $request) 3 { 4 //获取openid 5 $code = $request->get('code');//点击之后获取到code 6 $appId = "wxc5de25084db9 阅读全文
posted @ 2021-01-29 08:10 SlytherinGirl 阅读(169) 评论(0) 推荐(0)