Compare commits
2 Commits
3e2f011463
...
96313fa03d
| Author | SHA1 | Date | |
|---|---|---|---|
| 96313fa03d | |||
| b329b3394d |
@@ -26,7 +26,7 @@ class UploadImagesTool {
|
|||||||
}) async {
|
}) async {
|
||||||
await chooseCamera(
|
await chooseCamera(
|
||||||
context: context,
|
context: context,
|
||||||
max: max ?? 9,
|
max: max,
|
||||||
oSSAccessKeyId: oSSAccessKeyId ?? '',
|
oSSAccessKeyId: oSSAccessKeyId ?? '',
|
||||||
ossHost: ossHost ?? '',
|
ossHost: ossHost ?? '',
|
||||||
ossDirectory: ossDirectory ?? '',
|
ossDirectory: ossDirectory ?? '',
|
||||||
|
|||||||
Reference in New Issue
Block a user