Parcourir la source

更新

tags/v1.6.1^2
huangjiajun il y a 1 an
Parent
révision
d7fc1bd069
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      lib/local_wechat/api.go

+ 1
- 1
lib/local_wechat/api.go Voir le fichier

@@ -143,7 +143,7 @@ func TradePcPay(client *wechat.Client, subject, orderID, amount, notifyUrl, prod
return nil, err
}
r := map[string]string{
"code_url": wxRsp.CodeUrl,
"payQrcode": wxRsp.CodeUrl,
}
return r, nil
}


Chargement…
Annuler
Enregistrer