github.com/chanxuehong/wechat@v0.0.0-20230222024006-36f0325263cd/mch/mmpaymkttransfers/query_coupon_stock.go (about) 1 package mmpaymkttransfers 2 3 import ( 4 "github.com/chanxuehong/wechat/mch/core" 5 ) 6 7 // 查询代金券批次信息. 8 func QueryCouponStock(clt *core.Client, req map[string]string) (resp map[string]string, err error) { 9 return clt.PostXML(core.APIBaseURL()+"/mmpaymkttransfers/query_coupon_stock", req) 10 }