Browse Source

付呗支付

tags/v1.6.1^2
jiaoboxiang 1 year ago
parent
commit
6275d5fa75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/luso_bank/macao_luso.go

+ 1
- 1
lib/luso_bank/macao_luso.go View File

@@ -70,7 +70,7 @@ func (s *signParam) SetSign(privateKeyStr string) error {
func (payParam *PayParam) Send(prd, isNeedEncode bool, method string) (string, error) { func (payParam *PayParam) Send(prd, isNeedEncode bool, method string) (string, error) {
url := "https://qrpaytest.lusobank.com.mo:443" url := "https://qrpaytest.lusobank.com.mo:443"
if prd { if prd {
url = "https://qrpaytest.lusobank.com.mo:8443"
url = "https://qrpay.lusobank.com.mo:443"
} }
switch method { switch method {
case "create": case "create":


Loading…
Cancel
Save