三登录方式可用性(邮箱恒 true;sms = env 凭据已交割 × 平台配置 sms_settings 在场合法双闸;wechat 依凭据交割态)
GET
/v1/auth/methods
const url = 'https://api.tansr.com/v1/auth/methods';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.tansr.com/v1/auth/methodsResponses
Section titled “Responses”方式表
本文是否有帮助?
感谢反馈,我们会持续改进这篇文章。