mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
@@ -19,13 +19,14 @@ export function resetByMobile(params) {
|
|||||||
* @params password
|
* @params password
|
||||||
* @params username
|
* @params username
|
||||||
*/
|
*/
|
||||||
export function userLogin(params){
|
export function userLogin(params, clientType){
|
||||||
return http.request({
|
return http.request({
|
||||||
method: "POST",
|
method: "POST",
|
||||||
url:`/passport/member/userLogin`,
|
url:`/passport/member/userLogin`,
|
||||||
data: params,
|
data: params,
|
||||||
header: {
|
header: {
|
||||||
"content-type": "application/x-www-form-urlencoded",
|
"content-type": "application/x-www-form-urlencoded",
|
||||||
|
clientType: clientType,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user