1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

将import path改为v2

This commit is contained in:
silenceper
2020-05-22 14:37:58 +08:00
parent 15ebd71a04
commit b6bba6ab66
42 changed files with 95 additions and 87 deletions

View File

@@ -1,6 +1,6 @@
package basic
import "github.com/silenceper/wechat/officialaccount/context"
import "github.com/silenceper/wechat/v2/officialaccount/context"
//Basic struct
type Basic struct {

View File

@@ -6,7 +6,7 @@ import (
"reflect"
"time"
"github.com/silenceper/wechat/util"
"github.com/silenceper/wechat/v2/util"
)
const (