chore: clientid

This commit is contained in:
dap 2024-12-18 11:20:39 +08:00
parent 728f4339e6
commit 2c3f247c08

View File

@ -19,7 +19,7 @@ const accessStore = useAccessStore();
const params = {
Authorization: `Bearer ${accessStore.accessToken}`,
id: definitionId,
clientId,
clientid: clientId,
disabled,
};