1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-14 17: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

@@ -5,8 +5,8 @@ import (
"fmt"
"time"
"github.com/silenceper/wechat/officialaccount/context"
"github.com/silenceper/wechat/util"
"github.com/silenceper/wechat/v2/officialaccount/context"
"github.com/silenceper/wechat/v2/util"
)
const getTicketURL = "https://api.weixin.qq.com/cgi-bin/ticket/getticket?access_token=%s&type=jsapi"