All checks were successful
Publish to Confluence / confluence (push) Successful in 38s
103 lines
2.6 KiB
HTTP
103 lines
2.6 KiB
HTTP
### 忘记密码
|
||
POST http://linkwarden.texous.cn/api/v1/auth/forgot-password
|
||
Content-Type: application/json
|
||
|
||
{
|
||
"token": "eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..J40YqKzue9W0DhH5.ujXtU3MRZB3ALYN1LRhTvB4eOYyl41wfO5uw4ca3CpWTxbeB4xgLHivTIYTnsJkXB_3caXgcXT1Iirt4vcMrfo8RDBW9iPEFxjlwJ7ntlToRp1QXnOe2.NtukWgE-EoaoCuJOLGvPQQ",
|
||
"password": "liu@Texous.com"
|
||
}
|
||
|
||
### 重置密码
|
||
POST http://linkwarden.texous.cn/api/v1/auth/reset-password
|
||
Content-Type: application/json
|
||
|
||
{
|
||
"token": "8e07fe4a315366f5f67c45da8d3acadffbd6e216168e015da41ad8ee5b9a36ba%7C393ac3b0565395f36ec279f453aa460a7e530c504dc69fa3c2c055ce118e0175",
|
||
"password": "liu@Texous.com"
|
||
}
|
||
|
||
### 添加 authsource
|
||
POST http://local.metersphere.com//auth-source/add
|
||
Content-Type: application/json
|
||
|
||
{
|
||
"id": "metersphere",
|
||
"enable": true,
|
||
"createTime": 0,
|
||
"updateTime": 100,
|
||
"description": "test",
|
||
"name": "企业微信",
|
||
"type": "OIDC",
|
||
"configuration": ""
|
||
}
|
||
|
||
### Metersphere callback
|
||
GET http://local.metersphere.com//sso/callback/oauth2?code=123&state=metersphere
|
||
Content-Type: application/json
|
||
|
||
{
|
||
"userid": "sub",
|
||
"username": "preferred_username",
|
||
"email": "email"
|
||
}
|
||
|
||
### 动态表单添加(本地)
|
||
POST http://localhost:3100/jeecgboot/yuanmeng/test/submit?code=85c8a2d77cd843338bbd8a011fa56b9b&tabletype=2
|
||
Content-Type: application/json
|
||
Yuanmeng-Secret: scDD8*cF/cKKel03@..
|
||
|
||
{
|
||
"create_by": "liuxiaohua",
|
||
"create_time": "2025-03-07 18:16:35",
|
||
"update_time": "2025-03-07 18:16:38",
|
||
"submit_username": "liuxiaohua",
|
||
"submit_version": "v0.0.7",
|
||
"qifu_devops_test_submit_git": [
|
||
{
|
||
"git": "http://git.keyfil.com/saas-back-end/qifu-saas-eg.git",
|
||
"env": "develop",
|
||
"branch": "dev"
|
||
}
|
||
],
|
||
"qifu_devops_test_submit_task": [
|
||
{
|
||
"task_id": "123",
|
||
"task_title": "123"
|
||
}
|
||
]
|
||
}
|
||
|
||
### 动态表单添加(开发)
|
||
POST http://jeecg.qifu.com/jeecgboot/yuanmeng/test/submit?code=bd6b2daf52ed474290d769ea1b220d7f&tabletype=2
|
||
Content-Type: application/json
|
||
Yuanmeng-Secret: scDD8*cF/cKKel03@..
|
||
|
||
{
|
||
"submit_username": "liuxiaohua",
|
||
"submit_version": "v0.0.4",
|
||
"yuanmeng_test_submit_git": [
|
||
{
|
||
"git": "http://git.keyfil.com/saas-back-end/qifu-saas-eg.git",
|
||
"env": "test",
|
||
"branch": "test"
|
||
}
|
||
],
|
||
"yuanmeng_test_submit_task": [
|
||
{
|
||
"task_id": "123",
|
||
"task_title": "123"
|
||
}
|
||
]
|
||
}
|
||
|
||
### 测试
|
||
http://localhost:8080/jeecg-boot/yuanmeng/kubesphere/proxy?realHost=http%3A%2F%2F10.168.2.234%3A32665&realPath=%2Fkapis%2Fopenpitrix.io%2Fv1%2Fapplications&method=GET
|
||
|
||
|
||
### 企微回调
|
||
POST http://172.17.229.30:18080/api/pssystem/event/changeContact
|
||
Content-Type: application/json
|
||
|
||
{
|
||
"id": -2
|
||
} |