github.com/chanxuehong/wechat@v0.0.0-20230222024006-36f0325263cd/mch/mmpaymkttransfers/promotion/transfers.go (about) 1 package promotion 2 3 import ( 4 "github.com/chanxuehong/wechat/mch/core" 5 ) 6 7 // 企业付款. 8 // 9 // NOTE: 请求需要双向证书 10 func Transfers(clt *core.Client, req map[string]string) (resp map[string]string, err error) { 11 return clt.PostXML(core.APIBaseURL()+"/mmpaymkttransfers/promotion/transfers", req) 12 }