接口方法

Index > WorkWeixinAuthorizeController > workweixinAuthorize

说明: workweixin_authorize

InterfaceName: WorkWeixinAuthorizeController

MethodName: workweixinAuthorize

ReturnType: String

parameters :

request 参数0 可选 HttpServletRequest




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.WorkWeixinAuthorizeController().workweixinAuthorize({
        request:{} // HttpServletRequest 对象  
    }).then(function(result) {
            alert("success");
        }
    );