elf 2 months ago
parent d5f32141cd
commit fa4d15eca9

@ -192,7 +192,7 @@ class Common_util_pub
Log::write("mchid:" . $this->mchid, ThinkLog::INFO, 'wxpay');
if ($this->mchid == '1699330320') {
curl_setopt($ch, CURLOPT_REFERER, "https://way.hexidongkeji.top");
curl_setopt($ch, CURLOPT_REFERER, "https://wap.hexidongkeji.top");
}
if($useCert == true){
@ -240,7 +240,7 @@ class Common_util_pub
curl_setopt($ch,CURLOPT_RETURNTRANSFER,TRUE);
if ($this->mchid == '1699330320') {
curl_setopt($ch, CURLOPT_REFERER, "https://way.hexidongkeji.top");
curl_setopt($ch, CURLOPT_REFERER, "https://wap.hexidongkeji.top");
}
//设置证书

@ -192,7 +192,7 @@ class Common_util_pub
Log::write("mchid:" . $this->mchid, ThinkLog::INFO, 'wxpay');
if ($this->mchid == '1699330320') {
curl_setopt($ch, CURLOPT_REFERER, "https://way.hexidongkeji.top");
curl_setopt($ch, CURLOPT_REFERER, "https://wap.hexidongkeji.top");
}
if($useCert == true){
@ -260,7 +260,7 @@ class Common_util_pub
if ($this->mchid == '1699330320') {
curl_setopt($ch, CURLOPT_REFERER, "https://way.hexidongkeji.top");
curl_setopt($ch, CURLOPT_REFERER, "https://wap.hexidongkeji.top");
}
//post提交方式

Loading…
Cancel
Save