作者 开飞机的舒克

修改appid

@@ -43,7 +43,7 @@ class User extends Api @@ -43,7 +43,7 @@ class User extends Api
43 public function login() 43 public function login()
44 { 44 {
45 //接收传递信息 45 //接收传递信息
46 - $config = Config::get('wechat'); 46 + $config = Config::get('wxapp');
47 $encryptedData = $this->request->post('encryptedData'); 47 $encryptedData = $this->request->post('encryptedData');
48 $iv = $this->request->post('iv'); 48 $iv = $this->request->post('iv');
49 $code = $this->request->post('code'); 49 $code = $this->request->post('code');
@@ -5634,7 +5634,7 @@ @@ -5634,7 +5634,7 @@
5634 5634
5635 </div> 5635 </div>
5636 <div class="col-md-6" align="right"> 5636 <div class="col-md-6" align="right">
5637 - Generated on 2023-03-22 11:20:42 <a href="./" target="_blank">校园活动</a> 5637 + Generated on 2023-03-24 16:09:11 <a href="./" target="_blank">校园活动</a>
5638 </div> 5638 </div>
5639 </div> 5639 </div>
5640 5640