接口方法

Index > PlatformAccountRoleService > deleteByAccountId

说明:

InterfaceName: PlatformAccountRoleService

MethodName: deleteByAccountId

ReturnType: Integer

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

parameters :

appKey 参数0 可选 String
accountId 参数1 可选 Integer




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.PlatformAccountRoleService().deleteByAccountId({
        appKey:"" , 
        accountId:"" 
    }).then(function(result) {
            alert("success");
        }
    );