✨Feat: 增添结构体解析函数
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package response_struct
|
||||
|
||||
type Guodegang struct {
|
||||
Name string `json:"name"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
Reference in New Issue
Block a user