AbleCloud PHP SDK  1.8.x
PHP SDK of AbleCloud API
静态 Public 成员函数 | 所有成员列表
ACClient类 参考

静态 Public 成员函数

static sendToService ($request)
 
static getAccountMgr ()
 
static getFileMgr ()
 
static getBindMgr ()
 
static getOtaMgr ()
 
static getNotificationMgr ()
 
static getSMSMgr ()
 
static getStore ()
 
static getTimerTaskMgr ()
 
static getAnalysisMgr ()
 
static getWarehouseMgr ()
 
static getProductMgr ()
 
static getFeedbackMgr ()
 
static getWeatherMgr ()
 
static getPHPSessionMgr ()
 
static getOSSQueryMgr ()
 
static getContext ()
 
static init ()
 

详细描述

AbleCloud服务的客户端。

成员函数说明

◆ getAccountMgr()

static ACClient::getAccountMgr ( )
static

AbleCloud帐号服务。

返回
ACAccountMgr 返回 ACAccountMgr 对象。

◆ getAnalysisMgr()

static ACClient::getAnalysisMgr ( )
static

AbleCloud数分分析服务。

返回
ACAnalysisMgr 返回 ACAnalysisMgr 对象。

◆ getBindMgr()

static ACClient::getBindMgr ( )
static

AbleCloud设备管理服务。

返回
ACBindMgr 返回 ACBindMgr 对象。

◆ getContext()

static ACClient::getContext ( )
static

取访问AbleCloud远程服务的环境信息。

返回
ACContext 返回 ACContext 对象,表示访问AbleCloud远程服务的环境信息。

◆ getFeedbackMgr()

static ACClient::getFeedbackMgr ( )
static

AbleCloud用户反馈服务。

返回
ACFeedbackMgr 返回 ACFeedbackMgr 对象。

◆ getFileMgr()

static ACClient::getFileMgr ( )
static

AbleCloud文件存储服务。

返回
ACFileMgr 返回 ACFileMgr 对象。

◆ getNotificationMgr()

static ACClient::getNotificationMgr ( )
static

AbleCloud消息推送服务。

返回
ACNotificationMgr 返回 ACNotificationMgr 对象。

◆ getOSSQueryMgr()

static ACClient::getOSSQueryMgr ( )
static

AbleCloud运营支持服务。

返回
ACOSSQueryMgr 返回 ACOSSQueryMgr 对象。

◆ getOtaMgr()

static ACClient::getOtaMgr ( )
static

AbleCloud设备OTA服务。

返回
ACOtaMgr 返回 ACOtaMgr 对象。

◆ getPHPSessionMgr()

static ACClient::getPHPSessionMgr ( )
static

AbleCloud PHP Session服务。

返回
ACPHPSessionMgr 返回 ACPHPSessionMgr 对象。

◆ getProductMgr()

static ACClient::getProductMgr ( )
static

AbleCloud产品服务。

返回
ACProductMgr 返回 ACProductMgr 对象。

◆ getSMSMgr()

static ACClient::getSMSMgr ( )
static

AbleCloud短信服务。

返回
ACSMSMgr 返回 ACSMSMgr 对象。

◆ getStore()

static ACClient::getStore ( )
static

AbleCloud数据存储服务。

返回
ACStore 返回 ACStore 对象。

◆ getTimerTaskMgr()

static ACClient::getTimerTaskMgr ( )
static

AbleCloud定时任务管理服务。

返回
ACTimerTaskMgr 返回 ACTimerTaskMgr 对象。

◆ getWarehouseMgr()

static ACClient::getWarehouseMgr ( )
static

AbleCloud设备入库服务。

返回
ACWarehouseMgr 返回 ACWarehouseMgr 对象。

◆ getWeatherMgr()

static ACClient::getWeatherMgr ( )
static

AbleCloud天气服务。

返回
ACWeatherMgr 返回 ACWeatherMgr 对象。

◆ init()

static ACClient::init ( )
static

初始化 ACClient 。配置好 ACConfig 之后再调用该方法完成初始化。

◆ sendToService()

static ACClient::sendToService (   $request)
static

通用的以HTTP POST方法访问AbleCloud云端服务(包括开发者自定义的服务)。

参数
$requestACRequest ACRequest 对象。描述访问目标及参数。
返回
ACResponse 返回 ACResponse 对象,表示远程服务的应答消息。

该类的文档由以下文件生成: