q!
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user