zhengyiming
2025-04-01 2fb049ae2f0560c87b2e53fbdc5b588e64fa565e
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);
            }