We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0363dd commit 27cf72dCopy full SHA for 27cf72d
1 file changed
src/user/verify-identity.ts
@@ -64,7 +64,7 @@ async function verifyIdentityByVolcengine(name: string, id: string): Promise<boo
64
parameters.operate_time = timestamp;
65
66
const data = {
67
- AppId: appId,
+ AppId: Number(appId),
68
Service: VOLCENGINE_API_CONFIG.service,
69
Parameters: JSON.stringify(parameters),
70
};
0 commit comments