Merge branch 'sxy-sec' into dev
This commit is contained in:
commit
1b1db8e0aa
@ -123,12 +123,12 @@ type GetSecFilingsData struct {
|
|||||||
type GetSecFilingsResp struct {
|
type GetSecFilingsResp struct {
|
||||||
//Symbol string `json:"symbol"`
|
//Symbol string `json:"symbol"`
|
||||||
//Cik string `json:"cik"`
|
//Cik string `json:"cik"`
|
||||||
FilingDate string `json:"filingDate"`
|
FilingDate string `json:"filingDate"`
|
||||||
Form string `json:"form"`
|
Form string `json:"form"`
|
||||||
Description string `json:"description"`
|
//Description string `json:"description"`
|
||||||
FormDescription string `json:"formDescription"`
|
//FormDescription string `json:"formDescription"`
|
||||||
FileLink string `json:"fileLink"`
|
FileLink string `json:"fileLink"`
|
||||||
IsSelect bool `json:"isSelect"`
|
IsSelect bool `json:"isSelect"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetSecFilings(c *gin.Context) {
|
func GetSecFilings(c *gin.Context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user