feat:bug fixed

develop
old易 2023-11-13 11:10:36 +08:00
parent 672f491ed3
commit 26297da54c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace New_College.Services
var updateresult = await v_CustomerInfoRepository.Update(info);
if (updateresult)
{
return new MessageModel<bool>() { success = true, msg = "绑定成功" };
return new MessageModel<bool>() { success = true, msg = "绑定成功", response = true };
}
else
{