Ai
1 Star 0 Fork 0

会PS的小码农/wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
client.go 258 Bytes
一键复制 编辑 原始数据 按行查看 历史
会PS的小码农 提交于 2023-11-28 11:03 +08:00 . 换引入
package invoice
import (
"gitee.com/liushuai05/wechat/v2/work/context"
)
// Client 电子发票接口实例
type Client struct {
*context.Context
}
// NewClient 初始化实例
func NewClient(ctx *context.Context) *Client {
return &Client{
ctx,
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liushuai05/wechat.git
git@gitee.com:liushuai05/wechat.git
liushuai05
wechat
wechat
v2.1.11

搜索帮助