|
@@ -77,6 +77,7 @@ public class AlipayController {
|
|
mapped.put("code", 200);
|
|
mapped.put("code", 200);
|
|
mapped.put("page", page);
|
|
mapped.put("page", page);
|
|
mapped.put("total", total);
|
|
mapped.put("total", total);
|
|
|
|
+ mapped.put("fileId", fileId);
|
|
mapped.put("pageSize", pageSize);
|
|
mapped.put("pageSize", pageSize);
|
|
return mapped;
|
|
return mapped;
|
|
}
|
|
}
|