文档
测试

试用规则接口

GET
index/tryx/try_rule

接口描述

试用规则接口

响应参数

参数名
类型
描述
必填
data
json
必填
seo_keyword
必填
seo_title
必填
seo_description
必填
rule_content
必填

说明 / 示例

```json { "seo_keyword": { "value": "试用规则seo关键字" }, "seo_title": { "value": "试用规则seo标题" }, "seo_description": { "value": "试用规则seo描述" }, "rule_content": { "value": "试用规则xxxx" } } ```