| | |
| | | OnlineService onlineService = new OnlineService() |
| | | { |
| | | Id = Guid.NewGuid(), |
| | | Link = input |
| | | Link = input.Link |
| | | }; |
| | | await _onlineServiceRepository.InsertAsync(onlineService); |
| | | } |
| | |
| | | <param name="input"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:LifePayment.HttpApi.LifePayController.UpdateOnlineService(System.String)"> |
| | | <member name="M:LifePayment.HttpApi.LifePayController.UpdateOnlineService(LifePayment.Application.Contracts.OnlineServiceInput)"> |
| | | <summary> |
| | | 在线客服配置 |
| | | </summary> |
| | |
| | | 昨日活跃用户 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.OnlineServiceInput.Link"> |
| | | <summary> |
| | | 在线客服链接 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.RelationId"> |
| | | <summary> |
| | | 关联关系ID |