...
|
...
|
@@ -44,12 +44,7 @@ class GuanYiCloud extends Api |
|
|
$data['code'] = $code;
|
|
|
$data['sign'] = $this->sign($data, SECRET);
|
|
|
$Rult = json_decode(json_encode(json_decode($this->mycurl(URL, $data))), true);
|
|
|
dump($Rult);
|
|
|
if ($Rult['success'] == false) {
|
|
|
return 1;
|
|
|
}else{
|
|
|
return 0;
|
|
|
}
|
|
|
return $Rult['total'];
|
|
|
}
|
|
|
|
|
|
// 会员新增
|
...
|
...
|
|