getModuleItems
Exports items from a ZenTao module by providing the module URL and a destination file path, creating a JSON file for offline use or analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 模块链接URL,例如:product-browse-245--byModule-1377.html | |
| exportPath | Yes | 导出文件路径(必填,建议使用绝对路径),例如:D:/exports/stories.json |