import {httpGet,httpPost} from "@/utils/request.js" //系统中所有用户 export const apiSystemUsers=()=>{ return httpGet('/system/role/seller/list',{}) }