Merge branch 'master' of github.com:lich0821/WeChatFerry

This commit is contained in:
Changhua 2023-12-19 23:12:16 +08:00
commit 646361a08e
5 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,4 @@
module github.com/opentdp/wechat-rest
module wechat-rest
go 1.21

View File

@ -4,7 +4,8 @@ import (
"strings"
"github.com/gin-gonic/gin"
"github.com/opentdp/wechat-rest/args"
"wechat-rest/args"
)
func AuthGuard(c *gin.Context) {

View File

@ -3,9 +3,9 @@ package httpd
import (
"github.com/opentdp/go-helper/httpd"
"github.com/opentdp/wechat-rest/args"
"github.com/opentdp/wechat-rest/httpd/midware"
"github.com/opentdp/wechat-rest/httpd/wcfrest"
"wechat-rest/args"
"wechat-rest/httpd/midware"
"wechat-rest/httpd/wcfrest"
)
// @title Wechat Rest API

View File

@ -7,9 +7,9 @@ import (
"github.com/opentdp/go-helper/logman"
"github.com/opentdp/go-helper/request"
"github.com/opentdp/go-helper/strutil"
"github.com/opentdp/wechat-rest/args"
"github.com/opentdp/wechat-rest/wcferry"
"wechat-rest/args"
)
var wc *wcferry.Client

View File

@ -3,8 +3,8 @@ package main
import (
"embed"
"github.com/opentdp/wechat-rest/args"
"github.com/opentdp/wechat-rest/httpd"
"wechat-rest/args"
"wechat-rest/httpd"
)
//go:embed public