修复 AuthKey为空的时候 也可以过.

This commit is contained in:
eson
2023-06-25 11:26:47 +08:00
parent 8bd6f019ba
commit efe02a0355
23 changed files with 267 additions and 125 deletions

View File

@@ -11,10 +11,10 @@ import "basic.api"
service wetset {
@handler WetSetSettingHandler
get /web-set/setting(RequestFaq) returns (response);
get /web-set/setting(RequestWebSet) returns (response);
}
type RequestFaq {
type RequestWebSet {
Type string `form:"type"`
}