|
|
@ -70,13 +70,13 @@ import 'data/wx_pay.dart'; |
|
|
|
|
|
|
|
|
|
|
|
part 'retrofit_api.g.dart'; |
|
|
|
part 'retrofit_api.g.dart'; |
|
|
|
|
|
|
|
|
|
|
|
// const localBaseUrl = "http://192.168.10.54:8766/app/";///本地 |
|
|
|
const localBaseUrl = "http://192.168.10.54:8766/app/";///本地 |
|
|
|
// const localBaseUrl = "http://platform.test.api.lotus-wallet.com/app/";///测试 |
|
|
|
// const localBaseUrl = "http://platform.test.api.lotus-wallet.com/app/";///测试 |
|
|
|
const localBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///线上 |
|
|
|
|
|
|
|
const serviceBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///线上 |
|
|
|
const serviceBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///线上 |
|
|
|
|
|
|
|
|
|
|
|
const ipBaseUrl = "http://whois.pconline.com.cn"; |
|
|
|
const ipBaseUrl = "http://whois.pconline.com.cn"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
///ip |
|
|
|
|
|
|
|
|
|
|
|
@RestApi(baseUrl: localBaseUrl) |
|
|
|
@RestApi(baseUrl: localBaseUrl) |
|
|
|
abstract class ApiService { |
|
|
|
abstract class ApiService { |
|
|
|