Commit 4bbfcb3d by yemin

no message

parent 5116e6d1
module git.168cad.top/go/wechat module git.168cad.top/go/wechat-client-sdk
go 1.17 go 1.17
...@@ -3,8 +3,8 @@ package auth ...@@ -3,8 +3,8 @@ package auth
import ( import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"git.168cad.top/go/wechat/httpclient" "git.168cad.top/go/wechat-client-sdk/httpclient"
"git.168cad.top/go/wechat/miniprogram/auth/response" "git.168cad.top/go/wechat-client-sdk/miniprogram/auth/response"
) )
type Client struct { type Client struct {
......
package response package response
import ( import (
"git.168cad.top/go/wechat/core/response" "git.168cad.top/go/wechat-client-sdk/core/response"
) )
type ResponseCode2Session struct { type ResponseCode2Session struct {
......
...@@ -2,7 +2,7 @@ package test ...@@ -2,7 +2,7 @@ package test
import ( import (
"fmt" "fmt"
"git.168cad.top/go/wechat/miniprogram/auth" "git.168cad.top/go/wechat-client-sdk/miniprogram/auth"
"log" "log"
"testing" "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