接口方法

Index > PlatformAccountRoleService > insertRoleByKeyForThirdPartyAccount

说明:

InterfaceName: PlatformAccountRoleService

MethodName: insertRoleByKeyForThirdPartyAccount

ReturnType: Integer

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

parameters :

platform 参数0 可选 String
openId 参数1 可选 String
roleKey 参数2 可选 String




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.PlatformAccountRoleService().insertRoleByKeyForThirdPartyAccount({
        platform:"" , 
        openId:"" , 
        roleKey:"" 
    }).then(function(result) {
            alert("success");
        }
    );