FlexCDN
下载
(v1.0.4)
文档
开发
试用购买
在线演示
API列表
NSQuestionOptionService(DNS查询选项)
方法列表
createNSQuestionOption -
创建选项
deleteNSQuestionOption -
删除选项
创建选项
admin
RPC
createNSQuestionOption
(CreateNSQuestionOptionRequest)
returns
(CreateNSQuestionOptionResponse)
HTTP
POST
/NSQuestionOptionService/createNSQuestionOption
输入对象:CreateNSQuestionOptionRequest:
{
// 名称
string
name
;
bytes
valuesJSON
;
}
输出对象:CreateNSQuestionOptionResponse:
{
int64
nsQuestionOptionId
;
}
删除选项
admin
RPC
deleteNSQuestionOption
(DeleteNSQuestionOptionRequest)
returns
(RPCSuccess)
HTTP
POST
/NSQuestionOptionService/deleteNSQuestionOption
输入对象:DeleteNSQuestionOptionRequest:
{
int64
nsQuestionOptionId
;
}
输出对象:RPCSuccess:
{ }