feat:bug fixed
parent
672f491ed3
commit
26297da54c
|
|
@ -74,7 +74,7 @@ namespace New_College.Services
|
||||||
var updateresult = await v_CustomerInfoRepository.Update(info);
|
var updateresult = await v_CustomerInfoRepository.Update(info);
|
||||||
if (updateresult)
|
if (updateresult)
|
||||||
{
|
{
|
||||||
return new MessageModel<bool>() { success = true, msg = "绑定成功" };
|
return new MessageModel<bool>() { success = true, msg = "绑定成功", response = true };
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue