Browse Source

#1494

update
tags/v1.22.2.2^2
Gitea 3 years ago
parent
commit
eca19479dd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/auth/wechat/client.go

+ 2
- 2
modules/auth/wechat/client.go View File

@@ -42,11 +42,11 @@ type QRCodeRequest struct {
}

type ActionInfo struct {
Scene Scene
Scene Scene `json:"scene"`
}

type Scene struct {
Scene_str string
Scene_str string `json:"scene_str"`
}

type ErrorResponse struct {


Loading…
Cancel
Save