摘要: 1 wx.checkSession({ 2 success: function(res){ 3 console.log(res); 4 }, 5 fail: function(res){ 6 console.log("需要重新登录"); 7 } 8 }) 阅读全文
posted @ 2020-06-04 17:21 zhangPooo 阅读(817) 评论(0) 推荐(0) 编辑