mirror of
https://github.com/certd/certd.git
synced 2026-04-05 07:20:56 +08:00
26 lines
498 B
YAML
26 lines
498 B
YAML
name: cmcc
|
|
title: 中国移动CND授权
|
|
desc: ''
|
|
icon: svg:cmcc
|
|
input:
|
|
tenantId:
|
|
title: TenantID
|
|
component:
|
|
placeholder: TenantID
|
|
required: true
|
|
tenantKey:
|
|
title: TenantKey
|
|
component:
|
|
placeholder: TenantKey
|
|
required: true
|
|
encrypt: true
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: TestRequest
|
|
helper: 点击测试接口是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-cmcc/access.js
|