@lark-apaas/auth-sdk 0.1.0-alpha.85 → 0.1.0-alpha.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/permission-client.js +1 -1
- package/package.json +1 -1
package/lib/permission-client.js
CHANGED
|
@@ -44,7 +44,7 @@ class PermissionClient {
|
|
|
44
44
|
}
|
|
45
45
|
static async fetchPermissionPoints() {
|
|
46
46
|
const appId = window.appId || '';
|
|
47
|
-
const url = `/app/${appId}/sdk_innerapi/permission/user-points`;
|
|
47
|
+
const url = `/app/${appId}/api/sdk_innerapi/permission/user-points`;
|
|
48
48
|
const controller = new AbortController();
|
|
49
49
|
const timeoutId = setTimeout(()=>controller.abort(), 5000);
|
|
50
50
|
try {
|