提交 aa92edf3 authored 作者: huaxinzhu's avatar huaxinzhu

设置

上级 1ba01a00
...@@ -9,18 +9,28 @@ export function changeTelphone(data) { ...@@ -9,18 +9,28 @@ export function changeTelphone(data) {
}) })
} }
// 设置登录密码
export function changeLoginPassword(data) {
return request({
url: '/local/seller/setPass',
method: 'post',
data: data
})
}
// 设置支付密码
export function changePayPassword(data) {
return request({
url: '/local/seller/setPayPass',
method: 'post',
data: data
})
}
// 获取验证码
export function getTelphoneCode(id) {
// 获取手机验证码
export function getTelphoneCode(query) {
return request({ return request({
url: '/local/seller/sendCodeMobile', url: '/local/seller/sendCodeMobile?mobile=' + id,
method: 'get', method: 'get'
params: query
}) })
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论