zhengyuxuan
2025-03-31 71c956500ae05255428e4e5b2787df8e07d11647
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);
            }