You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
call_conf: when you call the api from some js on some html page
e.g.
var call_conf = {
success: function () {
// blabla
}
};
wx.getLocation(call_conf);