feige
2025-05-21 2b08f5948818994816b08dbe9ea9532286787e78
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
  })
}