|
@@ -2049,7 +2049,7 @@ class User extends Api
|
|
|
//查询vip是否到期
|
|
|
$url = 'http://10.12.5.61:8070/HDC/bizauth/phone/auth';
|
|
|
$post_data = [
|
|
|
- 'phoneNumber' => $this->auth->mobile,
|
|
|
+ 'phoneNumber' => '13811112261',
|
|
|
'productCodes' => [config('product_code')],
|
|
|
'channel' => '01'
|
|
|
];
|
|
@@ -2066,7 +2066,7 @@ class User extends Api
|
|
|
'HDC-Token:' . $hdc_token,
|
|
|
'Content-Type:application/json'
|
|
|
];
|
|
|
- $rs = httpRequest($url, 'POST', $post_data, $header);
|
|
|
+ $rs = httpRequest($url, 'POST', $post_data, $header);//p($sign_bytes);p($post_data);p($header);var_dump($rs);die;
|
|
|
if (!$rs) {
|
|
|
$data['is_vip'] = 0;
|
|
|
} else {
|