{ "ActionName": "自定义的ActionName", "Controller": "接口Controller类名", "AppCode": "应用编码", "para1": "传给接口的参数一", "para2": 999 }
curl --location --request POST 'https://www.h3yun.com/OpenApi/Invoke' \ --header 'EngineCode: ' \ --header 'EngineSecret: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "ActionName": "自定义的ActionName", "Controller": "接口Controller类名", "AppCode": "应用编码", "para1": "传给接口的参数一", "para2": 999 }'
{ "Successful": true, "ErrorMessage": null, "Logined": false, "ReturnData": { "result": "此响应参数名及数据类型皆为自定义接口类中定义的", "message": "此响应参数名及数据类型皆为自定义接口类中定义的" }, "DataType": 0 }