手机一键绑定适配系统用户类型

feat/task1-c-wallet
gongfuxiang 2022-04-14 23:52:13 +08:00
parent 81eb6a5ff0
commit bb0a08892d
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ class AppMiniUserService
} else {
$ret = DataReturn($ret, -1);
}
return ApiService::ApiDataReturn($ret);
return $ret;
}
}
?>