钉钉相关提醒接口

appsettings.json 291B

1234567891011121314
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "ConnectionStrings": {
  11. "xyContext": "Server=123.6.55.170;database=MidWare;uid=sa;pwd=hykj800100;"
  12. }
  13. }