|
|
@ -66,8 +66,8 @@ import 'data/wx_pay.dart'; |
|
|
|
|
|
|
|
|
|
|
|
part 'retrofit_api.g.dart'; |
|
|
|
part 'retrofit_api.g.dart'; |
|
|
|
|
|
|
|
|
|
|
|
// const localBaseUrl = "http://192.168.10.78:8766/app/";///本地 |
|
|
|
const localBaseUrl = "http://192.168.10.78:8766/app/";///本地 |
|
|
|
const localBaseUrl = "http://platform.test.api.lotus-wallet.com/app/";///测试 |
|
|
|
// const localBaseUrl = "http://platform.test.api.lotus-wallet.com/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) |
|
|
|