修复接口报错问题

This commit is contained in:
dragon
2024-05-22 16:25:06 +08:00
parent e958341e23
commit bc9e9877c9
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ function setManager(targetUid) {
$('.guildList ul li').remove();
networkRequest({
type: 'post',
url: urlPrefix + '/removeMember',
url: urlPrefix + '/family/removeMember',
data: { targetUid },
success(res) {
if (res.code === 200) {

View File

@@ -49,7 +49,7 @@ function searchFamily(erbanNo) {
showLoading()
networkRequest({
type: 'get',
url: urlPrefix + '/family/manager/searchFamily',
url: urlPrefix + '/family/searchFamily',
data: { erbanNo },
success(res) {
if (res.code === 200) {