update shipment type

This commit is contained in:
tzw
2024-03-01 17:27:56 +06:30
parent 1acb2057d4
commit 41a1be745e
14 changed files with 112 additions and 52 deletions

View File

@@ -40,6 +40,8 @@ Future<dynamic> requestAPI(String path, method,
headers: headers,
);
log.info("baseUrl:${options.baseUrl}, path:$path");
log.info("payload:$payload");
try {
Dio dio = new Dio(options);
Response response = await dio.request(