This commit is contained in:
唐明明
2022-07-01 14:31:21 +08:00
17 changed files with 595 additions and 459 deletions

View File

@@ -67,7 +67,7 @@ const setpassword = data => {
// 获取验证码
const getSms = data => {
return request({
url: 'user/transaction/setpassword/sms',
url: 'user/transaction/setpassword/smsnew',
method: 'POST'
})
}

View File

@@ -18,7 +18,8 @@ const info = () =>{
const chainSeed = (data) => {
return request({
url: 'chain/safe/seed',
data
data,
method: 'POST'
})
}