You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
volunteer-pc/src/api/volunteer/jifenduihuan/jifenhuoqu/index.js

19 lines
338 B

/*
* @Descripttion:
* @version:
* @Author: JC9527
* @Date: 2023-09-21 09:46:16
* @LastEditors: JC9527
* @LastEditTime: 2023-09-22 10:23:24
*/
import request from "@/utils/request";
export default {
selectall(params){
return request({
url:'/zhiyuanzhe/points/selectall',
method:"get",
params,
})
}
}