wtt
2024-09-05 d8da9e20f806d907ec1595d5df26df58969f71ed
1
2
3
4
5
6
7
8
9
10
11
using System;
namespace Top.Api.DingTalk
{
    public sealed class DingTalkConstants
    {
        public const string CALL_TYPE_TOP = "top";
        public const string CALL_TYPE_OAPI = "oapi";
 
        public const string ACCESS_TOKEN = "access_token";
    }
}