We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.toMap()
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alibabacloud-typescript-sdk/vod-20170321/src/client.ts
Line 18221 in c0d0407
传进入 { "videoId": "xxx" } 出来还是原样的,无限重复这个错误
{ "videoId": "xxx" }
Error: MissingVideoId: code: 400, VideoId is mandatory for this action. request id: 22CBADE2-0C99-5366-A371-0E385C4DB981
明明你个** request 是 GetPlayInfoRequest类型,可以 toMap(),真的日了狗了。。。
request
GetPlayInfoRequest
toMap()
async getPlayInfoWithOptions(request: GetPlayInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetPlayInfoResponse> { // ... let req = new $OpenApi.OpenApiRequest({ body: request.toMap(), }); // ... }
The text was updated successfully, but these errors were encountered:
太坑了,每个对象都得我自己写toMap是吧
不会写可以不写
Sorry, something went wrong.
No branches or pull requests
alibabacloud-typescript-sdk/vod-20170321/src/client.ts
Line 18221 in c0d0407
传进入
{ "videoId": "xxx" }
出来还是原样的,无限重复这个错误明明你个**
request
是GetPlayInfoRequest
类型,可以toMap()
,真的日了狗了。。。The text was updated successfully, but these errors were encountered: