mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
fix script url query convert
This commit is contained in:
@@ -18,7 +18,7 @@ class UriBuild {
|
||||
|
||||
class UriUtils {
|
||||
//map转url参数
|
||||
static String mapToQuery(Map<String, dynamic>? map) {
|
||||
static String mapToQuery(Map? map) {
|
||||
if (map == null) {
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user