feige
2023-12-11 9ac4f1edc86c9af627fcff2b3263e029ec4c95ff
ruoyi-ui/src/api/marry/index.js
@@ -13,7 +13,8 @@
export function addMarryOld(data) {
  return request({
    url: '/marryUser',
    method: 'post'
    method: 'post',
     data: data
  })
}