Compare commits

..

No commits in common. "ed7b95d7073d174347e8fabadb00fbbe249ca02b" and "5bbf97eaf23b048b7f8cdddf0bae46119764fabe" have entirely different histories.

View File

@ -119,7 +119,7 @@ func ForwardTest(c *gin.Context) {
Change: changeValue,
})
} else {
c.JSON(http.StatusOK, gin.H{
c.JSON(http.StatusNotFound, gin.H{
"error": "未找到全部数据",
"Open": openValue,
"Volume": volumeValue,