PHP Class ApplicationApi, thinksns

Inheritance: extends Api
Datei anzeigen Open project: medz/thinksns-4

Protected Properties

Property Type Description
$key 加密key

Public Methods

Method Description
createOrder ( ) 发布提现申请
getUserAccount ( ) 查看提现账户
getVersion ( ) 获取版本号 用于app获取更新配置
getZBConfig ( ) 获取支付相关配置
setUserAccount ( ) 绑定/解绑账户 bs
test ( )

Private Methods

Method Description
getOrderId ( ) 生成提现订单号
rd ( $data = '', $msg = 'ok', $status ) 数据统一返回格式

Method Details

createOrder() public method

发布提现申请
public createOrder ( )

getUserAccount() public method

查看提现账户
public getUserAccount ( )

getVersion() public method

获取版本号 用于app获取更新配置
public getVersion ( )

getZBConfig() public method

获取支付相关配置
public getZBConfig ( )

setUserAccount() public method

绑定/解绑账户 bs
public setUserAccount ( )

test() public method

public test ( )

Property Details

$key protected_oe property

加密key
protected $key