接口方法

Index > PlatformAccountService > listSystemUserIdsByQywxUserIds

说明:

InterfaceName: PlatformAccountService

MethodName: listSystemUserIdsByQywxUserIds

ReturnType: List<PlatformThirdPartyAccount>

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

parameters :

qywxUserIds 参数0 可选 List<String>




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