Ai
1 Star 0 Fork 0

会PS的小码农/wechat

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
client.go 258 Bytes
Copy Edit Raw Blame History
会PS的小码农 authored 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

Search