...
|
...
|
@@ -45,7 +45,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);
|
|
|
return $Rult;
|
|
|
return $Rult['total'];
|
|
|
}
|
|
|
|
|
|
// 会员新增
|
...
|
...
|
|