Commit f3f0ddaa by zeyang

1.优化法律手册

parent 607c2433
......@@ -359,5 +359,15 @@ export default {
//验证验证码是否正确
verification(params){
return request(`${cffpURL}/user/verification`, "POST", params)
},
//保存访问记录接口
accessLogSave(params){
return request(`${cffpURL}/accessLog/accessLogSave`, "POST", params)
},
//获取权限
powerQuery(params){
return request(`${cffpURL}/user/powerQuery`, "POST", params)
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment