Commit 803b440a authored by mingyard's avatar mingyard

feat:asr token 返回 appid

parent 18147527
...@@ -55,10 +55,19 @@ export class TxAsrResDto { ...@@ -55,10 +55,19 @@ export class TxAsrResDto {
@Type(() => CredentialsDto) @Type(() => CredentialsDto)
Credentials: CredentialsDto; Credentials: CredentialsDto;
@Expose()
@ApiProperty({ @ApiProperty({
description: '请求ID', description: '请求ID',
type: String, type: String,
example: '425928a3-dc93-4f3e-8ad8-9713b1ee14dc', example: '425928a3-dc93-4f3e-8ad8-9713b1ee14dc',
}) })
RequestId: string; RequestId: string;
@Expose()
@ApiProperty({
description: '应用ID',
type: String,
example: '425928a3',
})
appId: string;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment