@@ -176,6 +176,19 @@ class User extends Api
}
+ //注册配置,怎么知道我们
+ public function register_config(){
+ $rs = [
+ 'Facebook',
+ 'Instagram',
+ 'Family and Friends',
+ 'Googld',
+ 'Whatsapp',
+ 'Others',
+ ];
+ $this->success(1,$rs);
+ }
+
/**
* 退出登录
* @ApiMethod (POST)