diff --git a/New_College.Services/V_VipCardInfoServices.cs b/New_College.Services/V_VipCardInfoServices.cs index d53cbfd..92c7816 100644 --- a/New_College.Services/V_VipCardInfoServices.cs +++ b/New_College.Services/V_VipCardInfoServices.cs @@ -74,7 +74,7 @@ namespace New_College.Services var updateresult = await v_CustomerInfoRepository.Update(info); if (updateresult) { - return new MessageModel() { success = true, msg = "绑定成功" }; + return new MessageModel() { success = true, msg = "绑定成功", response = true }; } else {