接口方法

Index > ThirdPartyAccountApi > listByAccountId

说明:

InterfaceName: ThirdPartyAccountApi

MethodName: listByAccountId

ReturnType: List<ThirdPartyAccount>

parameters :

accountId 参数0 可选 Integer




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