| _app_key [?] | 必须 | |
| _app_secret | 必须 | |
| _token | 非必须 |
| platform | 参数0 | 可选 | String | |
| openId | 参数1 | 可选 | String |
sdk.PlatformAccountService().findByThirdPartyAccounts({
platform:"" ,
openId:""
}).then(function(result) {
alert("success");
}
);