\hisiCloud

Summary

Methods
Properties
Constants
__construct()
apiUrl()
getError()
data()
api()
type()
down()
$lock
$path
$type
API_URL
No protected methods found
No protected properties found
N/A
run()
_response()
$error
$data
$api
$identifier
N/A

Constants

API_URL

API_URL = 'https://cloud.hisiphp.com/thinkphp51/'

Properties

$lock

$lock : 

Type

$path

$path : 

Type

$type

$type : 

Type

$error

$error : 

Type

$data

$data : 

Type

$api

$api : 

Type

$identifier

$identifier : 

Type

Methods

__construct()

__construct(  $identifier = '', string  $path = './') 

架构函数

Parameters

$identifier
string $path

目录路径

apiUrl()

apiUrl() : string

获取服务器地址

Returns

string

getError()

getError() : string

获取错误信息

Returns

string

data()

data(array  $data = array()) : \hisi\obj

需要发送的数据

Parameters

array $data

数据

Returns

\hisi\obj

api()

api(string  $api = '') : array

api 请求接口

Parameters

string $api

接口

Returns

array

type()

type(string  $type) : \hisi\obj

type 请求类型

Parameters

string $type

请求类型(get,post)

Returns

\hisi\obj

down()

down(string  $api) : array

文件下载

Parameters

string $api

接口

Returns

array

run()

run(  $down = false) : array

执行接口

Parameters

$down

Returns

array

_response()

_response(  $result = array()) : array

以数组格式返回

Parameters

$result

Returns

array