Commit 5116e6d1 by yemin

no message

parent a5eae4b4
module git.168cad.top/go/WeChatSDK
module git.168cad.top/go/wechat
go 1.17
......@@ -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 {
......
package response
import (
"git.168cad.top/go/WeChatSDK/core/response"
"git.168cad.top/go/wechat/core/response"
)
type ResponseCode2Session struct {
......
......@@ -2,7 +2,7 @@ package test
import (
"fmt"
"git.168cad.top/go/WeChatSDK/miniprogram/auth"
"git.168cad.top/go/wechat/miniprogram/auth"
"log"
"testing"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment