zhengyiming
2025-03-31 481c2276623c9f12ce5452334422b8b1322fed45
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);
            }