Метод | Описание | |
---|---|---|
GetAppInfo ( string accessToken, int agentId, int timeOut = Config.TIME_OUT ) : |
获取企业号应用信息
|
|
GetAppInfoAsync ( string accessToken, int agentId, int timeOut = Config.TIME_OUT ) : Task |
【异步方法】获取企业号应用信息
|
|
GetAppList ( string accessToken, int timeOut = Config.TIME_OUT ) : |
获取应用概况列表
|
|
GetAppListAsync ( string accessToken, int timeOut = Config.TIME_OUT ) : Task |
【异步方法】获取应用概况列表
|
|
SetApp ( string accessToken, |
设置企业号应用 此App只能修改现有的并且有权限管理的应用,无法创建新应用(因为新应用没有权限)
|
|
SetAppAsync ( string accessToken, |
【异步方法】设置企业号应用 此App只能修改现有的并且有权限管理的应用,无法创建新应用(因为新应用没有权限)
|
public static GetAppInfo ( string accessToken, int agentId, int timeOut = Config.TIME_OUT ) : |
||
accessToken | string | |
agentId | int | 企业应用的id,可在应用的设置页面查看 |
timeOut | int | 代理请求超时时间(毫秒) |
Результат |
public static GetAppInfoAsync ( string accessToken, int agentId, int timeOut = Config.TIME_OUT ) : Task |
||
accessToken | string | |
agentId | int | 企业应用的id,可在应用的设置页面查看 |
timeOut | int | 代理请求超时时间(毫秒) |
Результат | Task |
public static GetAppList ( string accessToken, int timeOut = Config.TIME_OUT ) : |
||
accessToken | string | |
timeOut | int | 代理请求超时时间(毫秒) |
Результат |
public static GetAppListAsync ( string accessToken, int timeOut = Config.TIME_OUT ) : Task |
||
accessToken | string | |
timeOut | int | 代理请求超时时间(毫秒) |
Результат | Task |
public static SetApp ( string accessToken, |
||
accessToken | string | |
data | 设置应用需要Post的数据 | |
timeOut | int | 代理请求超时时间(毫秒) |
Результат |
public static SetAppAsync ( string accessToken, |
||
accessToken | string | |
data | 设置应用需要Post的数据 | |
timeOut | int | 代理请求超时时间(毫秒) |
Результат | Task |