授权认证
鉴权方式
授权接入
<!-- 其中 client_id 需替换为您应用的 ClientID,envID 替换为开发环境 ID,如果是生产环境,则不需要填写 -->
<script src="https://cloud.minapp.com/custom-userdash/auth/<client_id>/?env_id=<envID>"></script><html>
<head>
<script src="https://cloud.minapp.com/custom-userdash/auth/[[client_id]]/"></script>
</head>
<body>
</body>
</html><html>
<head>
<script src="https://cloud.minapp.com/custom-userdash/auth/[[client_id]]/?env_id={{envID}}"></script>
</head>
<body>
</body>
</html>用户管理后台开发与调试
Last updated
Was this helpful?