添加用户协议

This commit is contained in:
zhangmanman
2021-09-28 10:52:36 +08:00
9 changed files with 287 additions and 125 deletions

View File

@@ -26,7 +26,17 @@ const getSms = (data) =>{
})
}
// 用户隐私协议 articles/agreement/secret 用户服务协议 articles/agreement/service
const secretService = (name) =>{
return request({
url: "articles/agreement/"+name
})
}
export {
smsAuth,
getSms
getSms,
secretService
}