|
@@ -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": |
|
|