正在显示
1 个修改的文件
包含
1 行增加
和
6 行删除
@@ -44,12 +44,7 @@ class GuanYiCloud extends Api | @@ -44,12 +44,7 @@ class GuanYiCloud extends Api | ||
44 | $data['code'] = $code; | 44 | $data['code'] = $code; |
45 | $data['sign'] = $this->sign($data, SECRET); | 45 | $data['sign'] = $this->sign($data, SECRET); |
46 | $Rult = json_decode(json_encode(json_decode($this->mycurl(URL, $data))), true); | 46 | $Rult = json_decode(json_encode(json_decode($this->mycurl(URL, $data))), true); |
47 | - dump($Rult); | ||
48 | - if ($Rult['success'] == false) { | ||
49 | - return 1; | ||
50 | - }else{ | ||
51 | - return 0; | ||
52 | - } | 47 | + return $Rult['total']; |
53 | } | 48 | } |
54 | 49 | ||
55 | // 会员新增 | 50 | // 会员新增 |
-
请 注册 或 登录 后发表评论