Commit 37571c44 by yemin

no message

parent c89e7ff4
module WeChatSDK
module git.168cad.top/go/WeChatSDK
go 1.16
package auth
import (
"WeChatSDK/httpclient"
"WeChatSDK/miniprogram/auth/response"
"encoding/json"
"fmt"
"git.168cad.top/go/WeChatSDK/httpclient"
"git.168cad.top/go/WeChatSDK/miniprogram/auth/response"
)
type Client struct {
......
package response
import (
"WeChatSDK/core/response"
"git.168cad.top/go/WeChatSDK/core/response"
)
type ResponseCode2Session struct {
......
package test
import (
"WeChatSDK/miniprogram/auth"
"fmt"
"git.168cad.top/go/WeChatSDK/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