feige
2024-10-27 a191b146987b36eaad9b441c458f74c69aeef63f
ruoyi-ui/src/api/marry/index.js
@@ -1,11 +1,11 @@
import request from '@/utils/request'
// 查询数据
export function listMarry(query) {
export function listMarry() {
  return request({
    url: '/marrySelf',
    method: 'get',
    params: query
  //  params: query
  })
}