{
"provider_code": "wechat_scan_qr",
"config_fields": {
"AppId": "wx5eab9f9a6fd832ef",
"AppSecret": "5cd8d4e9b66e9c7e47327f39a4898a29",
"displayName": "微信扫码登录"
}
}curl --location --request PUT '/v1/idp/connections/1585937629587702784' \
--header 'X-Payload-Origin: eyJ0aWQiOiIxIiwiZGlkIjoiMSIsInVpZCI6MX0=' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider_code": "wechat_scan_qr",
"config_fields": {
"AppId": "wx5eab9f9a6fd832ef",
"AppSecret": "5cd8d4e9b66e9c7e47327f39a4898a29",
"displayName": "微信扫码登录"
}
}'[
{
"id": "string",
"provider_id": "string",
"provider_code": "string",
"config_fields": {
"AppId": "string",
"AppSecret": "string",
"displayName": "string",
"CorpId": "string",
"AgentId": "string",
"CorpSecret": "string"
},
"developer_id": "string",
"tenant_id": "string"
}
]