Skip to content

Commit 27cf72d

Browse files
MiffyLiyeWang, Tao
andauthored
fix: volcengine identity verify app id type (#108)
修复火山云实名认证appId参数解析。 Co-authored-by: Wang, Tao <wangtao@36node.com>
1 parent b0363dd commit 27cf72d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/user/verify-identity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function verifyIdentityByVolcengine(name: string, id: string): Promise<boo
6464
parameters.operate_time = timestamp;
6565

6666
const data = {
67-
AppId: appId,
67+
AppId: Number(appId),
6868
Service: VOLCENGINE_API_CONFIG.service,
6969
Parameters: JSON.stringify(parameters),
7070
};

0 commit comments

Comments
 (0)