Compare commits

...

2 Commits

Author SHA1 Message Date
ed7b95d707 Merge branch 'jng' into dev 2025-05-28 15:04:59 +08:00
34aa4f1b03 修改 2025-05-28 15:04:52 +08:00

View File

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