fixed upload

This commit is contained in:
lixiaopeng
2021-04-15 10:51:32 +08:00
parent 679e183859
commit ce46887ca1

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
}