| <{t}>访问来源名称:<{/t}> | <{input type="text" name="name" value=$settingInfo.name vtype="required"}>* |
|---|---|
| <{t}>标识:<{/t}> | <{$settingInfo.code}>* |
| <{t}>标识:<{/t}> | <{input type="text" name="code" value=$settingInfo.code vtype="required"}>* |
| 接口调用私钥: | <{input type="text" name="interfacekey" value=$settingInfo.interfacekey vtype="required"}> 用于数据接口调用时,签名验证的必要参数,请尽量设置成包含英文、数字、大小写的复杂格式 |
| <{t}>Data Mask:<{/t}> | checked<{/if}>>Y checked<{/if}>>N* |
| <{t}>访问权限:<{/t}> |
<{tabber}>
<{foreach from=$configLists item=group key=service}>
<{tab name=$service }>
全选<{foreach from=$group item=config key=key}><{$config.label}>:
<{foreach from=$config.methods item=method key=k}>
checked=checked<{/if}>/>
<{/foreach}>
<{/foreach}>
<{/tab}>
<{/foreach}>
<{/tabber}>
|
| <{t}>状态:<{/t}> | checked<{/if}>>开启 checked<{/if}>>关闭* |