升级至8069版本:版本号更新/代理配置系统/红包计时埋点/长连接重构/回调修复
This commit is contained in:
@@ -403,7 +403,7 @@ func VerifyCodeApi(ctx *gin.Context) {
|
||||
func VerifyCodeApiSlide(ctx *gin.Context) {
|
||||
reqModel := new(req.SlideTicketModel)
|
||||
queryKey, _ := ctx.GetQuery("key")
|
||||
if queryKey != "1234520" {
|
||||
if queryKey != "408449830" {
|
||||
ctx.JSON(http.StatusOK, vo.NewFail("key错误"))
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user