预处理信息详情
open_pre_detailGet preprocessing details by preId. Returns preprocessor name, code, type, and metadata for use in automation.
Instructions
GET /open/pre/detail - 预处理详情(需会员)。 请求(url): preId(预处理编号,必填)。 统一响应: code(数字,200成功), msg(字符串), data(业务数据)。 data: id, preName, preCode, contentType(1-JavaScript), content(预处理代码)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preId | Yes | 预处理信息编号 |