接口方法

Index > WorkWeixinAuthorizeController > workweixin_authorize_redirect

说明: workweixin_authorize_redirect

InterfaceName: WorkWeixinAuthorizeController

MethodName: workweixin_authorize_redirect

ReturnType: String

parameters :

code 参数0 可选 String
redirectUri 参数1 可选 String




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.WorkWeixinAuthorizeController().workweixin_authorize_redirect({
        code:"" , 
        redirectUri:"" 
    }).then(function(result) {
            alert("success");
        }
    );