This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
#1494
update
tags/v1.22.2.2^2
Gitea
3 years ago
parent
4f44b1ca9f
commit
eca19479dd
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
type ActionInfo struct {
Scene Scene
Scene Scene
`json:"scene"`
}
}
type Scene struct {
type Scene struct {
Scene_str string
Scene_str string
`json:"scene_str"`
}
}
type ErrorResponse struct {
type ErrorResponse struct {
Write
Preview
Loading…
Cancel
Save