|
|
@@ -244,7 +244,7 @@ class Huafei extends BaseController
|
|
244
|
244
|
$request['mobile'] = $phone;
|
|
245
|
245
|
$request['money'] = $money;
|
|
246
|
246
|
$request['recharge_type'] = 0;
|
|
247
|
|
- $request['notify_url'] = 'https://api.gdjbp.com/api/huafei/notify';
|
|
|
247
|
+ $request['notify_url'] = 'https://api.hxxfb.com/api/huafei/notify';
|
|
248
|
248
|
return $this->execute('/rest/Recharge/PushOrder', $request);
|
|
249
|
249
|
}
|
|
250
|
250
|
|
|
|
@@ -289,7 +289,7 @@ class Huafei extends BaseController
|
|
289
|
289
|
$ch = curl_init();
|
|
290
|
290
|
curl_setopt($ch, CURLOPT_URL, $url);
|
|
291
|
291
|
curl_setopt($ch, CURLOPT_FAILONERROR, false);
|
|
292
|
|
- curl_setopt($ch, CURLOPT_REFERER, 'https://api.gdjbp.com');
|
|
|
292
|
+ curl_setopt($ch, CURLOPT_REFERER, 'https://api.hxxfb.com');
|
|
293
|
293
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
|
294
|
294
|
curl_setopt($ch, CURLOPT_TIMEOUT,$timeOut);
|
|
295
|
295
|
//https 请求
|