File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alicloud/fc20230330" ,
3- "version" : " 4.1.7 " ,
3+ "version" : " 4.1.8 " ,
44 "description" : " " ,
55 "main" : " dist/client.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -10709,15 +10709,15 @@ export default class Client extends OpenApi {
1070910709 }
1071010710
1071110711 if ( ! $dara . isNull ( headers . xFcAsyncTaskId ) ) {
10712- realHeaders [ "x-fc-async-task-id" ] = JSON . stringify ( headers . xFcAsyncTaskId ) ;
10712+ realHeaders [ "x-fc-async-task-id" ] = String ( headers . xFcAsyncTaskId ) ;
1071310713 }
1071410714
1071510715 if ( ! $dara . isNull ( headers . xFcInvocationType ) ) {
10716- realHeaders [ "x-fc-invocation-type" ] = JSON . stringify ( headers . xFcInvocationType ) ;
10716+ realHeaders [ "x-fc-invocation-type" ] = String ( headers . xFcInvocationType ) ;
1071710717 }
1071810718
1071910719 if ( ! $dara . isNull ( headers . xFcLogType ) ) {
10720- realHeaders [ "x-fc-log-type" ] = JSON . stringify ( headers . xFcLogType ) ;
10720+ realHeaders [ "x-fc-log-type" ] = String ( headers . xFcLogType ) ;
1072110721 }
1072210722
1072310723 let req = new $OpenApiUtil . OpenApiRequest ( {
You can’t perform that action at this time.
0 commit comments