/// /** * @see [微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/api/api-camera.html) */ export default function take_photo(ctx: wx.CameraContext, quality?: 'high' | 'normal' | 'low'): Promise<{ msg: { tempImagePath: string; }; success: boolean; }>;