This commit is contained in:
eson
2023-07-11 13:07:44 +08:00
parent 8c2cfcb37b
commit fb06995b26
26 changed files with 334 additions and 41 deletions

View File

@@ -9,7 +9,7 @@ info (
import "basic.api"
service wetset {
service webset {
@handler WetSetSettingHandler
get /web-set/setting(RequestWebSet) returns (response);
}
@@ -18,7 +18,7 @@ type RequestWebSet {
Type string `form:"type"`
}
type DataWetSet {
type DataWebSet {
Title string `json:"title"`
Introduction string `json:"introduction"`
List interface{} `json:"list"`