Commit 48824fb6 authored by hujun's avatar hujun

c端旧登录·注册接口屏蔽

parent ec2ac01d
......@@ -26,7 +26,7 @@ class Member extends Basic
* @throws \think\exception\DbException
*/
public function login() {
return $this->response(101, '版本升级,请去官网或应用商店下载更新APP!');
$data['data'] = array();
$data['status'] = 101;
......@@ -172,6 +172,7 @@ class Member extends Basic
* @throws \think\exception\DbException
*/
public function register() {
return $this->response(101, '版本升级,请去官网或应用商店下载更新APP!');
$type = $this->request->param('type');
$phone = $this->request->param('phone');
$pwd = $this->request->param('pwd');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment