This commit is contained in:
guozhigq
2024-09-23 19:43:56 +08:00
parent 3dcce42309
commit 4d0ce7a59f

View File

@ -530,7 +530,6 @@ class UserHttp {
String jsonContent = scriptContent.substring(startIndex, endIndex + 1);
// 解析JSON字符串为Map
Map<String, dynamic> jsonData = json.decode(jsonContent);
log('jsonData;${jsonData["resourceList"].first}');
return {
'status': true,
'data': jsonData['resourceList']