yz3456
2024-06-23 db3d71b62fcd859bf5e2c75b107c1d28bd977632
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
  })
}