What's the difference between qcloud.login () and wx.login () in Mini Program?

wafer2-client-sdk has two methods:

qcloud.login()
qcloud.request()

there are two ways for Mini Program to open the interface:

wx.login()
wx.request()

what is the difference between the above two login methods and in what scenarios are they used respectively?

Apr.01,2021

I also want to ask, do you know?

Menu