接口方法
Index >
PlatformAccountService >
saveWithThirdPartyAccountAndCheckAccount
说明:
InterfaceName: PlatformAccountService
MethodName: saveWithThirdPartyAccountAndCheckAccount
ReturnType: Integer
parameters :
|
platformAccount
|
参数0 |
可选 |
PlatformAccount |
|
|
platform
|
参数1 |
可选 |
String |
|
|
openId
|
参数2 |
可选 |
String |
|
JavaScript Sdk 调用示例
下载JavaScript Sdk
sdk.PlatformAccountService().saveWithThirdPartyAccountAndCheckAccount({
platformAccount:{} // PlatformAccount 对象 ,
platform:"" ,
openId:""
}).then(function(result) {
alert("success");
}
);