设置文本节目渲染方式
# 设置文本节目渲染方式
Path:
/api/textSource
Method: PUT
Content-type: application/json; charset=utf-8
接口描述: 设置文本节目渲染方式
注意:仅1.71.6之后的版本支持
请求参数
| 名称 | 类型 | 示例 | 描述 |
|---|---|---|---|
| textSource | String | Text | textSource为Picture则使用软件生成的图片,textSource 为Text则自行绘制,Default或者为空则使用以前的老逻辑 |
请求示例
{"textSource": "Text"}