yz3456
2024-04-20 d647d78c29afaeff8e6ba01d01cf9c2dc6e53479
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
  })
}