...
|
...
|
@@ -43,7 +43,7 @@ class User extends Api |
|
|
public function login()
|
|
|
{
|
|
|
//接收传递信息
|
|
|
$config = Config::get('wechat');
|
|
|
$config = Config::get('wxapp');
|
|
|
$encryptedData = $this->request->post('encryptedData');
|
|
|
$iv = $this->request->post('iv');
|
|
|
$code = $this->request->post('code');
|
...
|
...
|
|