Leadrive / wechat-sdk

微信 SDK(接口补充中...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wechat-SDK

微信 Golang 版本SDK

Github Github

Golang GoDoc Drone CI GitHub Release License


一、安装

go get -u github.com/go-pay/wechat-sdk

查看 Wechat-SDK 版本

版本更新记录

import (
    "github.com/go-pay/wechat-sdk"
    "github.com/go-pay/wechat-sdk/pkg/xlog"
)

func main() {
    xlog.Info("Wechat-SDK Version: ", wechat.Version)
}


二、文档说明



三、其他说明

  • 请仔细查看参考各个平台下 *_test.go 使用方式
  • 有问题请加QQ群(加群验证答案:gopay),或加微信好友拉群。在此,非常感谢提出宝贵意见和反馈问题的同志们!

QQ群: 加微信拉群:



赞赏多少是您的心意,感谢支持!

微信赞赏码: 支付宝赞助码:

License

Copyright 2021 Jerry

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

微信 SDK(接口补充中...)

License:Apache License 2.0


Languages

Language:Go 100.0%