|
|
|
@ -14,8 +14,12 @@ import 'package:shared_preferences/shared_preferences.dart';
|
|
|
|
|
|
|
|
|
|
part 'retrofit_api.g.dart'; |
|
|
|
|
|
|
|
|
|
const base_url = "https://pos.platform.lotus-wallet.com/app/"; ///正式 |
|
|
|
|
const baseUrl = "https://pos.platform.lotus-wallet.com/app/"; ///正式 |
|
|
|
|
const base_url = "https://pos.platform.lotus-wallet.com/app/"; |
|
|
|
|
|
|
|
|
|
///正式 |
|
|
|
|
const baseUrl = "https://pos.platform.lotus-wallet.com/app/"; |
|
|
|
|
|
|
|
|
|
///正式 |
|
|
|
|
|
|
|
|
|
// const base_url = "http://192.168.10.236:8766/app/"; |
|
|
|
|
// const baseUrl = "http://192.168.10.236:8766/app/"; |
|
|
|
@ -322,6 +326,6 @@ abstract class ApiService {
|
|
|
|
|
|
|
|
|
|
///查询物流轨迹 |
|
|
|
|
@GET("/order/getShippingTrace/{shipperCode}/{logisticCode}") |
|
|
|
|
Future<BaseData> shippingTrace(@Path("shipperCode") String shipperCode,@Path("logisticCode") String logisticCode); |
|
|
|
|
|
|
|
|
|
Future<BaseData> shippingTrace(@Path("shipperCode") String shipperCode, |
|
|
|
|
@Path("logisticCode") String logisticCode); |
|
|
|
|
} |
|
|
|
|