This commit is contained in:
2025-06-20 10:38:34 +08:00
parent dc84dbbb44
commit 442c0ed73d
+1 -1
View File
@@ -286,7 +286,7 @@ func (b *Public) LoginProgram(c *gin.Context) {
userId, err := strconv.ParseInt(t.UserId, 10, 64)
if err != nil {
c.JSON(http.StatusOK, gin.H{
"message": "登录失败4",
"message": "登录失败",
"code": -2,
"data": gin.H{
"source": 2,