Преглед на файлове

Merge remote-tracking branch 'origin/master'

master
huangjiajun преди 1 година
родител
ревизия
633a5dbdc8
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      lib/local_wechat/api.go

+ 4
- 0
lib/local_wechat/api.go Целия файл

@@ -179,6 +179,10 @@ func TradePcPay(client *wechat.Client, subject, orderID, amount, notifyUrl, prod

// TradeMiniProgPay is 微信小程序支付 ☑️
func TradeMiniProgPay(client *wechat.Client, subject, orderID, amount, notifyUrl, openid string) (map[string]string, error) {
if len(subject) > 127 {
tmpSubject := []rune(subject)
subject = string(tmpSubject[0:44])
}
// 初始化 BodyMap
bm := make(gopay.BodyMap)
bm.Set("nonce_str", util.GetRandomString(32)).


Зареждане…
Отказ
Запис