D1APP-104 url bug fixed
This commit is contained in:
parent
42a491e56b
commit
e3d84dde4f
|
|
@ -34,7 +34,7 @@ class RequestHelper {
|
||||||
_urlConcatGenerator([
|
_urlConcatGenerator([
|
||||||
MapEntry('limit', limit?.toString() ?? '3'),
|
MapEntry('limit', limit?.toString() ?? '3'),
|
||||||
MapEntry('type', type),
|
MapEntry('type', type),
|
||||||
MapEntry('id', itemId?.toString()),
|
MapEntry('id', itemId?.toString() ?? '1'),
|
||||||
MapEntry('tags', _urlListConcatGenerator(ids))
|
MapEntry('tags', _urlListConcatGenerator(ids))
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue