@@ -774,6 +774,7 @@ typedef NS_ENUM(NSInteger, CHOOSETYPE) {
NSMutableDictionary *sendParm = [NSMutableDictionary dictionaryWithDictionary:parm];
[sendParm setValue:sendContent forKey:@"content"];
[self postMessage:sendParm];
+ [self showAlertWithMessage:@"请开启相机访问权限" type:CHECKDEVICETYPE_CAMREA];
}
}];