|
|
@ -17,8 +17,8 @@ import 'package:shared_preferences/shared_preferences.dart'; |
|
|
|
part 'retrofit_api.g.dart'; |
|
|
|
part 'retrofit_api.g.dart'; |
|
|
|
|
|
|
|
|
|
|
|
const base_url = "http://platform.test.api.lotus-wallet.com/app/"; |
|
|
|
const base_url = "http://platform.test.api.lotus-wallet.com/app/"; |
|
|
|
// const baseUrl = "http://platform.test.api.lotus-wallet.com/app/"; |
|
|
|
const baseUrl = "http://platform.test.api.lotus-wallet.com/app/"; |
|
|
|
const baseUrl = "http://192.168.10.236:8766/app/"; |
|
|
|
// const baseUrl = "http://192.168.10.236:8766/app/"; |
|
|
|
// const baseUrl = "http://192.168.10.129:8766/app/"; |
|
|
|
// const baseUrl = "http://192.168.10.129:8766/app/"; |
|
|
|
|
|
|
|
|
|
|
|
@RestApi(baseUrl: baseUrl) |
|
|
|
@RestApi(baseUrl: baseUrl) |
|
|
|