sync: soul-api 接口逻辑 | 原因: 后端接口逻辑修改

This commit is contained in:
卡若
2026-03-08 08:27:03 +08:00
parent 37c931d8ca
commit 6d24a9b554

View File

@@ -264,7 +264,3 @@ func DBUserRFMSingle(c *gin.Context) {
})
}
// parseInt 辅助函数
func parseInt(s string) (int, error) {
return strconv.Atoi(strings.TrimSpace(s))
}