Android release 4.8.2 revision 483

This commit is contained in:
2024-07-19 16:54:49 +09:00
parent 616f87c0c5
commit c81bcef4bc
10 changed files with 220 additions and 82 deletions

View File

@ -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>{