接口方法

Index > PlatformAccountService > update

说明:

InterfaceName: PlatformAccountService

MethodName: update

ReturnType: Boolean

_app_key [?] 必须
_app_secret 必须
_token 非必须

parameters :

platformAccount 参数0 可选 PlatformAccount




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.PlatformAccountService().update({
        platformAccount:{} // PlatformAccount 对象  
    }).then(function(result) {
            alert("success");
        }
    );