HarmoneyOpenEye icon indicating copy to clipboard operation
HarmoneyOpenEye copied to clipboard

post请求,后台无法获取到传参

Open yangyabin1949 opened this issue 9 months ago • 1 comments

export function postLoginPwd(user: string,pwd:string) {

return axiosClient.post<LoginModel>( { url: baseUrlXxb+UrlConstants.URL_LOGIN_PWD, params: { "user_login": user , "user_pass": pwd , "type": 2 } } ) }

yangyabin1949 avatar May 09 '24 10:05 yangyabin1949