Skip to content

Commit

Permalink
feat: startParam
Browse files Browse the repository at this point in the history
  • Loading branch information
xfslove committed Jun 19, 2023
1 parent b19c5fb commit dad2649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Installation
If you use `go mod` to manage your dependence, you can use the following command:
```
go get github.com/aliyun/alibabacloud-yjopenapi-go-client 1.0.20230616
go get github.com/aliyun/alibabacloud-yjopenapi-go-client 1.0.20230619
```

## Usage
Expand Down
2 changes: 2 additions & 0 deletions client/model/trytogetslotformsstartparam.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ type TryToGetSlotFormsStartParam struct {
CloudInit *string `json:"cloudInit,omitempty"`
// 设备id
SysDeviceId *string `json:"sysDeviceId,omitempty"`
ArchiveUrl *string `json:"archiveUrl,omitempty"`
ArchiveMd5 *string `json:"archiveMd5,omitempty"`
}

0 comments on commit dad2649

Please sign in to comment.