3 Star 15 Fork 1

Walle/ewa

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
payment_marketing.go 392 Bytes
Copy Edit Raw Blame History
JackHunx authored 2021-06-18 11:03 +08:00 . #增加根据单号查询红包状态
package payment
import "github.com/gogf/gf/encoding/gjson"
//营销
type Marketing struct {
payment *Payment
}
//红包
func (m *Marketing) Redpack() *Redpack {
r := &Redpack{
config: gjson.New(nil),
payment: m.payment,
}
r.config.Set("mch_id", m.payment.config.MchID)
r.config.Set("wxappid", m.payment.config.AppID) // 默认appid,小程序可在配置处修改
return r
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/wallesoft/ewa.git
git@gitee.com:wallesoft/ewa.git
wallesoft
ewa
ewa
15a7b9f14a04

Search