This commit is contained in:
lixiaopeng
2021-04-15 11:04:14 +08:00
parent 0d4b5bfdb3
commit 58c8b134c0

View File

@@ -499,6 +499,7 @@ object CarCorderController : TakePhotoCallback, TakeVideoCallback {
info.type = type //0为图片 1为视频
info.fromType = fromType
info.mainInfoId = mainInfoId
info.infoType = 1
return info
}