update cargo type form from rate, update carton info and form
This commit is contained in:
@@ -51,7 +51,7 @@ Future<dynamic> requestAPI(String path, method,
|
||||
});
|
||||
|
||||
String curlPath =
|
||||
"curl -X $method ${list.join("")}${payload != null ? '-d $payload ' : ''}${options.baseUrl}$path";
|
||||
"curl -X $method ${list.join("")}${payload != null ? '-d \'${jsonEncode(payload)}\' ' : ''}${options.baseUrl}$path";
|
||||
|
||||
log.log(curlPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user