import { request } from '../selfRequest'; // 查询协议 export function policyRq() { return request({ url: '/api/visitor/policy', method: "get", }); }