保存AP组Portal配置
描述
保存AP组Portal配置
请求参数
名称 |
类型 |
是否必须 |
描述 |
Action |
String |
是 |
SavePortalConfig |
JsonData |
String |
是 |
保存数据 |
JsonData定义
名称 |
类型 |
描述 |
PortalTypes |
List<String< |
例:web_auth |
PortalUrl |
String |
Portal URL |
AuthKey |
String |
Auth key |
AuthSecret |
String |
Auth secret |
AppAuthUrl |
String |
Auth URL |
Whitelist |
String |
白名单 |
Countdown |
Integer |
Check URL |
ClientDownload |
Integer |
network |
ClientUpload |
Integer |
ClientUpload |
TotalDownload |
Integer |
TotalDownload |
TotalUpload |
Integer |
TotalUpload |
Network |
Integer |
Network |
CheckUrl |
String |
CheckUrl |
TimeStamp |
Long |
TimeStamp |
ApGroupId |
Long |
ApGroupId |
WebAuthUrl |
String |
WebAuthUrl |
返回参数
名称 |
类型 |
描述 |
Success |
Boolean |
表示调用成功与否 |
ErrorCode |
Integer |
错误码 |
ErrorMsg |
String |
错误消息 |
请求示例
https://cloudwf.aliyuncs.com/?
&action=savePortalConfig
&JsonData={"portalStatus":true,"portalUrl":"www.alliyun.com","authKey":"test","authSecret":"test","webAuthUrl":"www.alliyun.com","checkUrl":"www.alliyun.com","network":4096,"whitelist":"192.168.1.1","apgroupId":"164","portalTypes":["web_auth"]}
&<公共请求参数>
返回示例
{"code":"200","data":{"RequestId":"596B52E2-D40A-4B42-B991-E9A5DC48100E","ErrorCode":0,"Success":true},"requestId":"596B52E2-D40A-4B42-B991-E9A5DC48100E","successResponse":true}
在文档使用中是否遇到以下问题
更多建议
匿名提交