接口方法

Index > ThirdPartyAccountApi > listThirdsByAccountId

说明:

InterfaceName: ThirdPartyAccountApi

MethodName: listThirdsByAccountId

ReturnType: Map<String,Object>

parameters :

managerUsreId 参数0 可选 Integer
accountId 参数1 可选 Integer




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