WeChat Mini Program Open Service
Through this node, you can invoke the API capabilities of the WeChat Mini Program Open Platform, including user information, Mini Program customer service, message management, data analysis, etc.
For details on the Mini Program Open Platform APIs, see Server-side API Documentation
Configuration Item Description
Calling Method
Clearly specify the Mini Program Open Platform APIs to be invoked.
The interface can be configured by directly selecting the interface method, by directly entering the interface name, or by passing parameters via expressions to obtain the interface name specified in the parameters. The interface name is a method name specified by the WeChat side, such as getUnlimitedQRCode
.
Call Input Parameters
The call input parameters are the parameters passed to the Mini Program invocation interface. The parameters are in JSON format. The specific parameters must be filled in according to the interface documentation of the Mini Program service platform.