You need to sign in or sign up before continuing.
Commit 803b440a authored by mingyard's avatar mingyard

feat:asr token 返回 appid

parent 18147527
......@@ -55,10 +55,19 @@ export class TxAsrResDto {
@Type(() => CredentialsDto)
Credentials: CredentialsDto;
@Expose()
@ApiProperty({
description: '请求ID',
type: String,
example: '425928a3-dc93-4f3e-8ad8-9713b1ee14dc',
})
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