Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat-client-sdk
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
go
wechat-client-sdk
Commits
5116e6d1
Commit
5116e6d1
authored
Oct 13, 2022
by
yemin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a5eae4b4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
go.mod
go.mod
+1
-1
client.go
miniprogram/auth/client.go
+2
-2
responseCode2Session.go
miniprogram/auth/response/responseCode2Session.go
+1
-1
client_test.go
test/client_test.go
+1
-1
No files found.
go.mod
View file @
5116e6d1
module git.168cad.top/go/
WeChatSDK
module git.168cad.top/go/
wechat
go 1.17
miniprogram/auth/client.go
View file @
5116e6d1
...
...
@@ -3,8 +3,8 @@ package auth
import
(
"encoding/json"
"fmt"
"git.168cad.top/go/
WeChatSDK
/httpclient"
"git.168cad.top/go/
WeChatSDK
/miniprogram/auth/response"
"git.168cad.top/go/
wechat
/httpclient"
"git.168cad.top/go/
wechat
/miniprogram/auth/response"
)
type
Client
struct
{
...
...
miniprogram/auth/response/responseCode2Session.go
View file @
5116e6d1
package
response
import
(
"git.168cad.top/go/
WeChatSDK
/core/response"
"git.168cad.top/go/
wechat
/core/response"
)
type
ResponseCode2Session
struct
{
...
...
test/client_test.go
View file @
5116e6d1
...
...
@@ -2,7 +2,7 @@ package test
import
(
"fmt"
"git.168cad.top/go/
WeChatSDK
/miniprogram/auth"
"git.168cad.top/go/
wechat
/miniprogram/auth"
"log"
"testing"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment