作者 王智

文档修改

... ... @@ -62,7 +62,7 @@ class User extends Api
/*新增会员到管易平台*/
$GuanYiCloud = new GuanYiCloud();
$bool = $GuanYiCloud->getvip($Json['unionId']);
if ($bool == 1) {
if ($bool == 0) {
$GuanYiCloud->addVip($Json['unionId'], $Json['nickName']);
}
$dataUser = [
... ...