Android release 4.8.2 revision 483
This commit is contained in:
@ -129,12 +129,14 @@ class AuthService {
|
||||
return cats;
|
||||
}
|
||||
|
||||
// ユーザー登録
|
||||
//
|
||||
static Future<Map<String, dynamic>> register(
|
||||
String email, String password) async {
|
||||
Map<String, dynamic> cats = {};
|
||||
String serverUrl = ConstValues.currentServer();
|
||||
String url = '$serverUrl/api/register/';
|
||||
//print('++++++++$url');
|
||||
debugPrint('++++++++${url}');
|
||||
final http.Response response = await http.post(
|
||||
Uri.parse(url),
|
||||
headers: <String, String>{
|
||||
|
||||
Reference in New Issue
Block a user