PHP Class ApplicationApi, thinksns

Inheritance: extends Api
Afficher le fichier Open project: medz/thinksns-4

Protected Properties

Свойство Type Description
$key 加密key

Méthodes publiques

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

Private Methods

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

Method Details

createOrder() public méthode

发布提现申请
public createOrder ( )

getUserAccount() public méthode

查看提现账户
public getUserAccount ( )

getVersion() public méthode

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

getZBConfig() public méthode

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

setUserAccount() public méthode

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

test() public méthode

public test ( )

Property Details

$key protected_oe property

加密key
protected $key