keyfil/杂项/test.http
liuxiaohua 5a74f3649e
All checks were successful
Publish to Confluence / confluence (push) Successful in 1m2s
[2025-04-21] 添加Axure私有化部署方案
2025-04-21 14:05:24 +08:00

94 lines
2.5 KiB
HTTP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

###
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