Skip to content

Commit

Permalink
Merge pull request #7 from aliyun/v1.0.x
Browse files Browse the repository at this point in the history
feat: startParam
  • Loading branch information
xfslove authored Jun 19, 2023
2 parents 5d466b5 + dad2649 commit 4b1040f
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 4b1040f

Please sign in to comment.