zhangye 3 years ago
parent
commit
f5b35a7852
  1. 2
      tall3.http
  2. 15
      智慧平车/平车基础版.http
  3. 311
      脑力训练云平台/脑力训练.http

2
tall3.http

@ -418,7 +418,7 @@ Authorization: Bearer {{login.response.body.$.data.token}}
###
GET https://test.tall.wiki/gateway/tall3/v3.0/users/userId?userId=1443833898806153216
GET https://www.tall.wiki/gateway/tall3/v3.0/users/userId?userId=1443567335800705024
{{type}}

15
智慧平车/平车基础版.http

@ -8,7 +8,7 @@
### 登录
# @name login
POST {{test_tall}}/users/signin
POST {{www_tall}}/users/signin
{{type}}
{
@ -20,6 +20,19 @@ POST {{test_tall}}/users/signin
}
}
###
POST https://www.tall.wiki/gateway/carbasics/v4.0/questionnaire/create
{{type}}
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NTA4NDgxNzgsInN1YiI6IjE0NDM1NjczMzU4MDA3MDUwMjQiLCJhdXRoSWQiOiIxNDQzNTkzNzAxNzcwMjY4NjcyIiwiZXhwIjoxNjUwOTM0NTc4fQ.coUoPruK9SO6jkao2ap7sDMfjcnuKgUK4-wLagW-S50
{
"param":{
"type":0
}
}
###给项目添加任务
POST {{www}}/task/saveTask
{{type}}

311
脑力训练云平台/脑力训练.http

@ -1,11 +1,17 @@
@test = https://test.tall.wiki/braintraining/v1.0
@www = https://www.tall.wiki/braintraining/v1.0
@localhost = http://localhost:7280/v1.0
@type = content-type: application/json;charset=utf-8
@test_tall = http://101.201.226.163/gateway/ptostall
@101_tall = http://101.201.226.163/gateway/ptostall
@test_tall = https://test.tall.wiki/gateway/ptostall
@test_token = Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NTA2OTM4NTIsInN1YiI6IjE1MTc3NDYxMzgzODM2NTA4MTYiLCJhdXRoSWQiOiIxNTE3NzQ2MTM4NDA0NjIyMzM2IiwiZXhwIjoxNjUwNzAxMDUyfQ.MOVqYaywxST3teIfNWL2i_lDZz19BYwdZcFPQ2kbe1s
###
GET {{localhost}}/debug/pay
### 登录
# @name login
POST {{test_tall}}/users/signin
POST {{101_tall}}/users/signin
{{type}}
deviceId:1
@ -18,18 +24,137 @@ deviceId:1
}
}
### 生成公众号临时二维码
GET {{test}}/wxTencent/createQrCode
### 获取扫一扫权限参数
GET {{test}}/order/authorization?url="https://test.tall.wiki/braintraining/v1.0/order/notice"
{{type}}
###
POST https://test.tall.wiki/braintraining/v1.0/order/notice
###
GET http://test.tall.wiki:9902/wxconfigurer/v1.0/wx/createMenu
### 下单生成收款二维码
POST {{test}}/order/generate
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"name":"七天计划",
"price":1
}
}
### 修改收货地址
POST {{localhost}}/wxTencent/updateAddress
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"id":"1518178996293214208",
"name":"654654",
"phone":"15335153627",
"province":"140000000000",
"city":"140100000000",
"county":"140105000000",
"street":"140105004000",
"address":"就在旁边"
}
}
### 添加收货地址
POST {{test}}/wxTencent/saveAddress
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"name":"333",
"phone":"15335153627",
"province":"140000000000",
"city":"140100000000",
"county":"140105000000",
"street":"140105004000",
"address":"就在旁边"
}
}
### 查找收货地址
POST {{test}}/wxTencent/queryAddress
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
}
}
### 根据id查找奖品信息
POST {{localhost}}/wxTencent/prizeById
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"prizeUserId":"1"
}
}
### 修改我的信息
POST {{localhost}}/wxTencent/updateUserInfo
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"name":"喵~~",
"smsCode":"123",
"phone":"15335153627"
}
}
### 查询我的信息
POST {{localhost}}/wxTencent/getUserInfo
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
}
}
### 查询用户奖品列表
POST {{localhost}}/wxTencent/queryPrize
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"equipmentId":"1"
}
}
### 查询行政区域
GET {{localhost}}/wxTencent/queryArea?parentCode=460100000000
{{type}}
### 获取新闻
### 生成公众号临时二维码
GET {{test_tall}}/wx/createQrCode?equipmentId=2
###
POST {{test}}/wxTencent/notice
###
POST {{test}}/wxTencent/notice
### 导入wbs
POST {{localhost}}/brain/import
### 导入试题
POST {{test}}/brain/import
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Authorization: Bearer {{login.response.body.$.data.token}}
@ -38,7 +163,7 @@ title
Content-Disposition: form-data; name="file"; filename="试题导入模板.xlsx"
Content-Type: xlsx
< C:\Users\dou\Desktop\试题导入模板.xlsx
< C:\Users\dou\Desktop\新建 Microsoft Excel 工作表.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
@ -53,9 +178,8 @@ POST {{test}}/carousel/show
}
}
### 查询抽奖活动
POST {{test}}/raffle/active
POST {{localhost}}/raffle/active
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
@ -80,9 +204,10 @@ Authorization: Bearer {{login.response.body.$.data.token}}
}
### 抽奖
POST {{localhost}}/raffle/draw
POST {{test}}/raffle/draw
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
# Authorization: Bearer {{login.response.body.$.data.token}}
{{test_token}}
deviceId:1111
{
@ -167,11 +292,12 @@ deviceId:1111
{
"param":{
"activeUserId":1509730757663531008,
"classifyId": 1
"activeUserId":1518513017799843840,
"classifyId": 8
}
}
### 保存答案--图片定时回忆
POST {{localhost}}/brain/saveAnswer
{{type}}
@ -180,7 +306,7 @@ deviceId:1111
{
"param":{
"activeUserId":1509013943333691392,
"activeUserId":1517072170080280576,
"classifyId": 1,
"finishReason":2,
"questions":[
@ -209,53 +335,53 @@ deviceId:1111
{
"param":{
"activeUserId":1509013943333691392,
"activeUserId":1517072170080280576,
"classifyId": 2,
"finishReason":2,
"questions":[
{
"questionId":1509013943698595840,
"questionContent":null,
"questionId":1517067589652848641,
"questionContent":"",
"timeAndOptions": [
{
"operateTime": "1648622908881",
"content": "5"
"content": "1516948225180049409"
},
{
"operateTime": "1648622910781",
"content": "6"
"content": "1516948225184243713"
},
{
"operateTime": "1648622911781",
"content": "7"
"content": "1516948225188438017"
},
{
"operateTime": "1648622912781",
"content": "8"
"content": "1516948225192632320"
},
{
"operateTime": "1648622913781",
"content": "9"
"content": "1516948225192632322"
},
{
"operateTime": "1648622914781",
"content": "10"
"content": "1516948225196826625"
},
{
"operateTime": "1648622915781",
"content": "11"
"content": "1516948225201020928"
},
{
"operateTime": "1648622916781",
"content": "12"
"content": "1516948225205215232"
},
{
"operateTime": "1648622917781",
"content": "13"
"content": "1516948225209409536"
},
{
"operateTime": "1648622918781",
"content": "14"
"content": "1516948225209409538"
}
]
}
@ -417,53 +543,133 @@ deviceId:1111
{
"param":{
"activeUserId":1509013943333691392,
"activeUserId":1517424381792624640,
"classifyId": 6,
"finishReason":3,
"questions":[
{
"questionId":1509013944168357888,
"questionId":1517412800824352768,
"questionContent":null,
"timeAndOptions": [
{
"operateTime": "1648622908881",
"content": "34"
"content": "1517386508267692033"
},{
"operateTime": "1648622908881",
"content": "36"
"content": "1517386508276080640"
},{
"operateTime": "1648622908881",
"content": "41"
"content": "1517386508288663552"
}
]
},{
"questionId":1509013944168357889,
"questionId":1517412800824352769,
"questionContent":null,
"timeAndOptions": [
{
"operateTime": "1648622908881",
"content": "42"
"content": "1517386508229943297"
},{
"operateTime": "1648622908881",
"content": "46"
"content": "1517386508238331904"
},{
"operateTime": "1648622908881",
"content": "50"
"content": "1517386508246720513"
}
]
},{
"questionId":1509013944168357890,
"questionId":1517412800824352770,
"questionContent":null,
"timeAndOptions": [
{
"operateTime": "1648622908881",
"content": "1517386508297052161"
},{
"operateTime": "1648622908881",
"content": "1517386508309635072"
},{
"operateTime": "1648622908881",
"content": "1517386508318023680"
}
]
}
,{
"questionId":1517412800824352771,
"questionContent":null,
"timeAndOptions": [
{
"operateTime": "1648622908881",
"content": "1517386508469018624"
},{
"operateTime": "1648622908881",
"content": "1517386508393521153"
},{
"operateTime": "1648622908881",
"content": "1517386508439658496"
}
]
}
,{
"questionId":1517412800824352773,
"questionContent":null,
"timeAndOptions": [
{
"operateTime": "1648622908881",
"content": "1517386508385132545"
},{
"operateTime": "1648622908881",
"content": "1517386508368355328"
},{
"operateTime": "1648622908881",
"content": "1517386508376743936"
}
]
}
,{
"questionId":1517412800824352774,
"questionContent":null,
"timeAndOptions": [
{
"operateTime": "1648622908881",
"content": "1517386508586459136"
},{
"operateTime": "1648622908881",
"content": "1517386508573876224"
},{
"operateTime": "1648622908881",
"content": "1517386508590653441"
}
]
}
,{
"questionId":1517412800824352775,
"questionContent":null,
"timeAndOptions": [
{
"operateTime": "1648622908881",
"content": "65"
"content": "1517386508498378753"
},{
"operateTime": "1648622908881",
"content": "69"
"content": "1517386508527738881"
},{
"operateTime": "1648622908881",
"content": "71"
"content": "1517386508485795840"
}
]
}
,{
"questionId":1517412800824352770,
"questionContent":null,
"timeAndOptions": [
{
"operateTime": "1648622908881",
"content": "1517386508565487616"
},{
"operateTime": "1648622908881",
"content": "1517386508540321793"
},{
"operateTime": "1648622908881",
"content": "1517386508548710400"
}
]
}
@ -509,12 +715,12 @@ deviceId:1111
{
"param":{
"activeUserId":1509013943333691392,
"activeUserId":1518513017799843840,
"classifyId": 8,
"finishReason":3,
"questions":[
{
"questionId":1509013944264826880,
"questionId":1518513017837592576,
"questionContent":"",
"timeAndOptions": [
{
@ -528,7 +734,7 @@ deviceId:1111
"timeAndOptions": [
{
"operateTime": "1648622908881",
"content": "74"
"content": ""
}
]
},{
@ -563,34 +769,39 @@ deviceId:1111
}
}
### 保存答案--不传答案
POST {{localhost}}/brain/saveAnswer
POST {{test}}/brain/saveAnswer
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
deviceId:1111
{
"param":{
"activeUserId":1510095859080241152,
"classifyId": 7,
"activeUserId":1517054628276215808,
"classifyId": 1,
"finishReason":3,
"questions":[
{
"questionContent": null,
"questionId": "",
"timeAndOptions": []
}
]
}
}
### 查询认知筛查报告
POST {{test}}/brain/queryGrade
POST {{localhost}}/brain/queryGrade
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
deviceId:1111
{
"param":{
"activeUserId":1509013943333691392
"activeUserId":1518509874097692672
}
}
### 脑力测评排名
POST {{test}}/brain/rank
POST {{localhost}}/brain/rank
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
deviceId:1111

Loading…
Cancel
Save