This commit is contained in:
2024-06-27 16:43:51 +08:00
parent a45bb93e08
commit 9ea21e07cb
2 changed files with 6 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ namespace Tnb.WarehouseMgr
Logger.LogError($"【CarryCodeUnbind】 {ex.StackTrace}");
return await ToApiResult(JNPF.Common.Enums.HttpStatusCode.InternalServerError, ex.Message);
}
return Task.FromResult(true);
return await ToApiResult(JNPF.Common.Enums.HttpStatusCode.OK, "成功");
}
}
}