export interface CameraTakePhotoResult { /** * 照片文件的本地临时路径 */ tempImagePath: string; }