get_program_modification_details
Retrieve program modification workflow lists and their detailed information in a single query, automatically handling ID lookup and batch fetching.
Instructions
获取程序修改流程列表及其详情(组合查询)
自动完成"查列表 → 拿ID → 获取详情"的完整流程。 先查询程序修改流程列表,再批量获取每个流程的详细信息。
Args: page_no: 页码,从1开始 page_size: 每页条数(默认5,避免请求过多)
Returns: 包含流程列表和每个流程详情的 JSON 字符串
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_no | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |