yz3456
2024-07-09 32148fb89c6cbedc24aaf9cb93a215a6cc665f2b
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
  })
}