site_id); $baseInfo = $aliPayAppletModel->loginBaseInfo($this->params['code']); return $this->response($baseInfo); } catch (Exception $e) { return $this->response([]); } } //用户订阅消息 public function messagetmplids() { return $this->response($this->success()); } }