PHP Class api\Gift

Author: Seven Du ([email protected])
Inheritance: extends Ap\Api
Datei anzeigen Open project: medz/thinksns-4

Public Methods

Method Description
_initialize ( ) 初始化API方法
buy ( ) : array 兑换礼物
getInfo ( ) : array 获取礼物详细
getList ( ) : array 列表获取礼物
getLog ( ) 获取用户获得/赠送的礼物
transfer ( ) 转增虚拟礼物

Method Details

_initialize() public method

初始化API方法
Author: Seven Du ([email protected])
public _initialize ( )

buy() public method

兑换礼物
Author: Seven Du ([email protected])
public buy ( ) : array
return array

getInfo() public method

获取礼物详细
Author: Seven Du ([email protected])
public getInfo ( ) : array
return array

getList() public method

列表获取礼物
Author: Seven Du ([email protected])
public getList ( ) : array
return array

getLog() public method

获取用户获得/赠送的礼物
Author: Seven Du ([email protected])
public getLog ( )

transfer() public method

转增虚拟礼物
Author: Seven Du ([email protected])
public transfer ( )