|
|
@ -71,7 +71,7 @@ part 'retrofit_api.g.dart'; |
|
|
|
|
|
|
|
|
|
|
|
// const base_url = "http://192.168.10.132:8766/app/";///詹云久 |
|
|
|
// const base_url = "http://192.168.10.132:8766/app/";///詹云久 |
|
|
|
|
|
|
|
|
|
|
|
const localBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///本地 |
|
|
|
const localBaseUrl = "http://192.168.10.236:8766/app/";///本地 |
|
|
|
const serviceBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///线上 |
|
|
|
const serviceBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///线上 |
|
|
|
|
|
|
|
|
|
|
|
@RestApi(baseUrl: localBaseUrl) |
|
|
|
@RestApi(baseUrl: localBaseUrl) |
|
|
|