新增跳转
POST
http:/domain/api/front/subhost/rewrite/add
请求头
参数名
类型
描述
必填
Content-Type:application/json
sring
必填
Authorization
string
例如:Bearer token值
必填
请求参数
参数名
类型
描述
必填
sub_host
string
根域名
必填
scheme
string
http方式,填:http,https
必填
http_code
int
状态码,填:301,302,307
必填
prefix_host
string
域名前缀,如:如:www,(.*)
必填
suffix_host
string
域名目录,如:/abc,/(.*)
必填
redirectUri
string
跳转地址,如:http://www.tiaozhuan.com
必填