Compare commits
2 Commits
5bbf97eaf2
...
ed7b95d707
Author | SHA1 | Date | |
---|---|---|---|
ed7b95d707 | |||
34aa4f1b03 |
@ -119,7 +119,7 @@ func ForwardTest(c *gin.Context) {
|
|||||||
Change: changeValue,
|
Change: changeValue,
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
c.JSON(http.StatusNotFound, gin.H{
|
c.JSON(http.StatusOK, gin.H{
|
||||||
"error": "未找到全部数据",
|
"error": "未找到全部数据",
|
||||||
"Open": openValue,
|
"Open": openValue,
|
||||||
"Volume": volumeValue,
|
"Volume": volumeValue,
|
||||||
|
Loading…
Reference in New Issue
Block a user