$code, 'message' => $msg, 'data' => $data, 'timestamp' => time(), ]; return $this->asJson($data); } /** * 弹窗提醒 * @param $message * @param string $url * @param bool $isAlert * @param string $title */ public function alertMsg($message, $url='', $isAlert=true, $title='提示') { echo '',$title,''; echo ''; echo ''; exit(); } }