修复接口报错问题
This commit is contained in:
@@ -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) {
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user