lingling
2025-04-16 bf2d06ee46b254097c1d205c2ce37ab15a4ad91b
LifePayment/LifePayment.Application/Setting/CommonService.cs
@@ -41,7 +41,7 @@
                OnlineService onlineService = new OnlineService()
                {
                    Id = Guid.NewGuid(),
                    Link = input
                    Link = input.Link
                };
                await _onlineServiceRepository.InsertAsync(onlineService);
            }