keyfil/杂项/test.http
liuxiaohua fc53f45348
All checks were successful
Publish to Confluence / confluence (push) Successful in 57s
[2025-03-21] 添加eBay电商订单对接
2025-03-21 11:40:24 +08:00

68 lines
1.9 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
X-Access-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NDE2NDg1ODcsInVzZXJuYW1lIjoiYXBpdXNlciJ9.WG8xpfTO6d5qzia071S3arRq6VFaa25wRmbYfkALrgE
{
"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.5",
"qifu_devops_test_submit_git": [
{
"git": "http://git.keyfil.com/saas-back-end/qifu-saas-eg.git",
"jenkins_pipeline": ""
}
],
"qifu_devops_test_submit_task": [
{
"test_submit_id": "",
"task_id": "123",
"task_title": "123"
}
]
}