Azure 逻辑应用程序自定义连接器中的 string:byte 和 string:binary 有什么区别?
What is the difference between string:byte and string:binary in a Azure Logic Apps custom connector?
Azure Logic Apps 自定义连接器的响应字段中 string:byte 和 string:binary 有什么区别,请参见下图:
它在OpenAPI Spec:
byte string byte base64 encoded characters
binary string binary any sequence of octets
Azure Logic Apps 自定义连接器的响应字段中 string:byte 和 string:binary 有什么区别,请参见下图:
它在OpenAPI Spec:
byte string byte base64 encoded characters
binary string binary any sequence of octets