mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
26 lines
566 B
YAML
26 lines
566 B
YAML
name: qiniu
|
|
title: 七牛云授权
|
|
desc: ''
|
|
icon: svg:icon-qiniuyun
|
|
input:
|
|
accessKey:
|
|
title: AccessKey
|
|
rules:
|
|
- required: true
|
|
message: 此项必填
|
|
helper: AK,前往[密钥管理](https://portal.qiniu.com/developer/user/key)获取
|
|
secretKey:
|
|
title: SecretKey
|
|
encrypt: true
|
|
helper: SK
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: onTestRequest
|
|
helper: 点击测试接口看是否正常
|
|
order: 2
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-lib/qiniu/access.js
|