方法列表
创建选项
admin
RPC
createNSQuestionOption (CreateNSQuestionOptionRequest) returns (CreateNSQuestionOptionResponse)
HTTP
POST /NSQuestionOptionService/createNSQuestionOption
输入对象:CreateNSQuestionOptionRequest:
{ // 名称 string name; bytes valuesJSON; }
输出对象:CreateNSQuestionOptionResponse:
删除选项
admin
RPC
deleteNSQuestionOption (DeleteNSQuestionOptionRequest) returns (RPCSuccess)
HTTP
POST /NSQuestionOptionService/deleteNSQuestionOption
输入对象:DeleteNSQuestionOptionRequest:
输出对象:RPCSuccess:
{ }