提交 56aecd0a 编写于 作者: U unknown

接口默认启用鉴权

上级 a9536aed
......@@ -586,7 +586,7 @@ MWF.xApplication.service.InvokeDesigner.Main = new Class({
this.propertyEnableTokenNode = new Element("select", {"styles": this.css.propertySelectNode }).inject(this.propertyContentArea);
new Element("option" , { "value" : "true", "text" : this.lp.true }).inject(this.propertyEnableTokenNode);
new Element("option" , { "value" : "false", "text" : this.lp.false }).inject(this.propertyEnableTokenNode);
new Element("div", {"styles": this.css.propertyTextNode, "text": this.lp.enableTokenInfo}).setStyles({
new Element("div", {"styles": this.css.propertyTextNode, "html": this.lp.enableTokenInfo}).setStyles({
"word-break":"break-all",
"height" : "auto",
"line-height": "18px",
......@@ -952,7 +952,7 @@ MWF.xApplication.service.InvokeDesigner.Main = new Class({
//"dependInvokeList": [],
"isNewInvoke": true,
"text": "",
"enableToken" : false,
"enableToken" : true,
"enable" : true,
"remoteAddrRegex" : "",
"lastStartTime" : "",
......
......@@ -25,7 +25,7 @@ MWF.xApplication.service.InvokeDesigner.LP = {
"invokeUri": "Invoke address",
"invokeMethod": "Invoke Method",
"enableToken": "Enable authentication",
"enableTokenInfo": "After enabling authentication, you must use the authentication client name and encrypted token to call the service",
"enableTokenInfo": "After enabling authentication, you must use the authentication client name and encrypted token to call the service. <a href='https://www.o2oa.net/cms/tech/430.html' target='_blank '>Click to view the interface authentication configuration document</a>",
"invokeHead": "head",
"openLogViewer": "Open LogViewer",
......
......@@ -21,7 +21,7 @@ MWF.xApplication.service.InvokeDesigner.LP = {
"invokeUri" : "调用地址",
"invokeMethod" : "调用方法",
"enableToken": "启用鉴权",
"enableTokenInfo": "启用鉴权后,您必须使用鉴权客户端名称和加密后的token来调用服务",
"enableTokenInfo": "启用鉴权后,您必须使用鉴权客户端名称和加密后的token来调用服务。<a href='https://www.o2oa.net/cms/tech/430.html' target='_blank'>点击查看接口鉴权配置文档</a>",
"invokeHead": "head",
"openLogViewer": "打开日志查看器",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册