mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
29 lines
653 B
YAML
29 lines
653 B
YAML
name: ctyun
|
|
title: 天翼云授权
|
|
desc: ''
|
|
icon: ant-design:aliyun-outlined
|
|
order: 2
|
|
input:
|
|
accessKeyId:
|
|
title: accessKeyId
|
|
component:
|
|
placeholder: accessKeyId
|
|
helper: '[前往创建天翼云AccessKey](https://iam.ctyun.cn/myAccessKey)'
|
|
required: true
|
|
securityKey:
|
|
title: securityKey
|
|
component:
|
|
placeholder: securityKey
|
|
required: true
|
|
encrypt: true
|
|
helper: ''
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: TestRequest
|
|
helper: 点击测试接口看是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-plus/ctyun/access/ctyun-access.js
|