# Functions
获取用户反馈列表
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/operation/operation.getFeedback.html
GET https://api.weixin.qq.com/wxaapi/feedback/list?access_token=ACCESS_TOKEN
*/.
错误查询
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/operation/operation.getJsErrSearch.html
POST https://api.weixin.qq.com/wxaapi/log/jserr_search?access_token=ACCESS_TOKEN
*/.
性能监控
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/operation/operation.getPerformance.html
POST https://api.weixin.qq.com/wxaapi/log/get_performance?access_token=ACCESS_TOKEN
*/.
获取访问来源
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/operation/operation.getSceneList.html
GET https://api.weixin.qq.com/wxaapi/log/get_scene?access_token=ACCESS_TOKEN
*/.
获取客户端版本
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/operation/operation.getVersionList.html
GET https://api.weixin.qq.com/wxaapi/log/get_client_version?access_token=ACCESS_TOKEN
*/.
实时日志查询
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/operation/operation.realtimelogSearch.html
GET https://api.weixin.qq.com/wxaapi/userlog/userlog_search?access_token=ACCESS_TOKEN
*/.