Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.23 KB

1.已有组件.md

File metadata and controls

13 lines (11 loc) · 1.23 KB

Existing components

Component Name Required Parameters Optional Parameters Production Results Others
Std::http 1. url: url 2. method: GET or POST 1. contentType: Content-Type
2. referenceData: Process data reference, separated by commas, such as: aName: a.name, bAge:b.age, in front of the colon is the key sent by http, followed by value
3. forwardData: forward data, this will be sent to the url intact, key is forwardData
result : The result of the http request
Std::mail 1. title: mail header
2. contentHtml: mail content
3. recipient: recipient (multiple separated by commas)
can be in the message header and content Use ${} to quote the results of other jobs, such as: ${a.name}
Std::shell 1. shellBase64: shell script file base64 1.environmentVariable: shell variable (xxx=yyy form, multiple separated by newline) Recommended to use this component when creating the page, if it is a third-party system recommendation Implemented in http with your own system