...
|
...
|
@@ -131,17 +131,6 @@ class User extends Api |
|
|
$this->success('成功', $return);
|
|
|
}
|
|
|
|
|
|
public function ceshi()
|
|
|
{
|
|
|
// $GuanYiCloud = new GuanYiCloud();
|
|
|
// $bool = $GuanYiCloud->getvip('oMRWOwVjcIuwpOW1XL4jIn7ngWfU');
|
|
|
// if ($bool == 0) {
|
|
|
// $GuanYiCloud->addVip('oMRWOwVjcIuwpOW1XL4jIn7ngWfU', 'ceshi');
|
|
|
// }
|
|
|
// dump($bool);
|
|
|
$info = json_decode('{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest rid: 604f8b86-35e79e71-2a52ba2d"}', true);
|
|
|
dump($info['errcode']);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 用户接口
|
...
|
...
|
|