修改返回数据
This commit is contained in:
parent
a63b001e5b
commit
8d9260aca5
@ -123,12 +123,12 @@ type GetSecFilingsData struct {
|
||||
type GetSecFilingsResp struct {
|
||||
//Symbol string `json:"symbol"`
|
||||
//Cik string `json:"cik"`
|
||||
FilingDate string `json:"filingDate"`
|
||||
Form string `json:"form"`
|
||||
Description string `json:"description"`
|
||||
FormDescription string `json:"formDescription"`
|
||||
FileLink string `json:"fileLink"`
|
||||
IsSelect bool `json:"isSelect"`
|
||||
FilingDate string `json:"filingDate"`
|
||||
Form string `json:"form"`
|
||||
//Description string `json:"description"`
|
||||
//FormDescription string `json:"formDescription"`
|
||||
FileLink string `json:"fileLink"`
|
||||
IsSelect bool `json:"isSelect"`
|
||||
}
|
||||
|
||||
func GetSecFilings(c *gin.Context) {
|
||||
|
Loading…
Reference in New Issue
Block a user