mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
20 lines
478 B
YAML
20 lines
478 B
YAML
addonType: oauth
|
|
name: wx
|
|
title: 微信登录
|
|
desc: 微信网站应用登录
|
|
icon: ion:logo-wechat:green
|
|
showTest: false
|
|
input:
|
|
appId:
|
|
title: AppId
|
|
required: true
|
|
helper: 在[微信开放平台](https://open.weixin.qq.com/cgi-bin/index)注册网站应用后获取
|
|
appSecretKey:
|
|
title: AppSecretKey
|
|
component:
|
|
placeholder: AppSecretKey
|
|
required: true
|
|
pluginType: addon
|
|
type: builtIn
|
|
scriptFilePath: ../../../plugins/plugin-oauth/wx/plugin-wx.js
|