|
|
|
@ -61,17 +61,8 @@ import 'data/wx_pay.dart';
|
|
|
|
|
|
|
|
|
|
part 'retrofit_api.g.dart'; |
|
|
|
|
|
|
|
|
|
// const base_url = "https://pos.platform.lotus-wallet.com/app/"; ///正式 |
|
|
|
|
|
|
|
|
|
// const base_url = "http://platform.prod.kunqi.lotus-wallet.com/app/"; ///222 |
|
|
|
|
|
|
|
|
|
// const base_url = "http://192.168.10.236:8766/app/"; ///费韬 |
|
|
|
|
|
|
|
|
|
// const base_url = "http://192.168.10.37:8766/app/"; |
|
|
|
|
|
|
|
|
|
// const base_url = "http://192.168.10.132:8766/app/";///詹云久 |
|
|
|
|
|
|
|
|
|
const localBaseUrl = "http://192.168.10.236:8766/app/";///本地 |
|
|
|
|
// const localBaseUrl = "http://192.168.10.129:8765/app/";///本地 |
|
|
|
|
const localBaseUrl = "https://2946-27-19-77-115.jp.ngrok.io/app/";///本地 |
|
|
|
|
const serviceBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///线上 |
|
|
|
|
|
|
|
|
|
@RestApi(baseUrl: localBaseUrl) |
|
|
|
|