Jerry 6 年之前
父节点
当前提交
c6139abe91
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/wechat/wx_Transfer.go

+ 2 - 2
examples/wechat/wx_Transfer.go

@@ -3,14 +3,14 @@
 //  * DateTime:2019/8/21 21:02
 //  * DateTime:2019/8/21 21:02
 //  * Desc:
 //  * Desc:
 //==================================
 //==================================
-package main
+package wechat
 
 
 import (
 import (
 	"fmt"
 	"fmt"
 	"github.com/iGoogle-ink/gopay"
 	"github.com/iGoogle-ink/gopay"
 )
 )
 
 
-func main() {
+func Transfer() {
 	//初始化微信客户端
 	//初始化微信客户端
 	//    appId:应用ID
 	//    appId:应用ID
 	//    MchID:商户ID
 	//    MchID:商户ID