公告板
版本库
filestore
活动
搜索
登录
main
/
MES-WEB-API
智云MES后端API代码
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
采购订单下推列表过滤查询接口
wtt
2024-09-05
d8da9e20f806d907ec1595d5df26df58969f71ed
[MES-WEB-API.git]
/
sdk_dingding
/
TopSdk
/
DingTalk
/
DingTalkConstants.cs
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";
}
}