http>https 2

This commit is contained in:
“wanyongkang”
2024-03-14 10:38:32 +08:00
parent 4e89e2e33d
commit 187e7fb31b
6 changed files with 23 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ class Wxpay
$input->SetTotal_fee($param['money']);
$input->SetTime_start(date("YmdHis"));
$input->SetTime_expire(date("YmdHis", time() + 600));
$input->SetNotify_url("http://php-api.juip.com/common/wxpay/wxpayverify");
$input->SetNotify_url("https://php-api.juip.com/common/wxpay/wxpayverify");
$input->SetTrade_type("NATIVE");
$result = $notify->GetPayUrl($input);
@@ -35,7 +35,7 @@ class Wxpay
$input->SetTotal_fee($param['money']);
$input->SetTime_start(date("YmdHis"));
$input->SetTime_expire(date("YmdHis", time() + 600));
$input->SetNotify_url("http://php-api.juip.com/common/wxpay/httpwxpayverify");
$input->SetNotify_url("https://php-api.juip.com/common/wxpay/httpwxpayverify");
$input->SetTrade_type("NATIVE");
$result = $notify->GetPayUrl($input);
@@ -52,7 +52,7 @@ class Wxpay
$input->SetTotal_fee($param['money']);
$input->SetTime_start(date("YmdHis"));
$input->SetTime_expire(date("YmdHis", time() + 600));
$input->SetNotify_url("http://php-api.juip.com/common/wxpay/jinyouwxpayverify");
$input->SetNotify_url("https://php-api.juip.com/common/wxpay/jinyouwxpayverify");
$input->SetTrade_type("NATIVE");
$result = $notify->GetPayUrl($input);
@@ -69,7 +69,7 @@ class Wxpay
$input->SetTotal_fee($param['money']);
$input->SetTime_start(date("YmdHis"));
$input->SetTime_expire(date("YmdHis", time() + 600));
$input->SetNotify_url("http://php-api.juip.com/common/wxpay/jinqiaowxpayverify");
$input->SetNotify_url("https://php-api.juip.com/common/wxpay/jinqiaowxpayverify");
$input->SetTrade_type("NATIVE");
$result = $notify->GetPayUrl($input);