Browse Source

轮播图查询

master
zhizhi wu 4 years ago
parent
commit
90999211a1
  1. 27
      HT/认知.http
  2. 5
      脑力训练云平台/脑力训练.http

27
HT/认知.http

@ -8,7 +8,8 @@
@test_ht = http://test.tall.wiki/gateway/ht
@test_tall = http://192.168.0.99/gateway/tall/v1.0
@sd_tall = https://sd.tall.wiki/gateway/tall/v1.0
@sd_ht = https://sd.tall.wiki/gateway/ht
# @sd_ht = https://sd.tall.wiki/gateway/ht
@sd_ht = http://sd.tall.wiki:7050
@type = content-type: application/json;charset=utf-8
@ -18,7 +19,7 @@
### login
# @name login
POST {{sxzxyzzlm_tall}}/users/signin
POST {{sd_tall}}/users/signin
# POST {{localhost_tall}}/users/signin
{{type}}
@ -379,17 +380,31 @@ Authorization: Bearer {{login.response.body.$.data.token}}
}
}
### 查询试题
POST {{test_ht}}/queryQuestion
POST {{sd_ht}}/queryQuestion
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"patientReportId":1397833716453216256,
"code":"SZFHJC",
"num":1
"patientReportId":1493515424388747264,
"code":"MMSE",
"num":20
}
}
### 智能评测
POST {{sd_ht}}/intelligence
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"patientReportId":1493515424388747264,
"questionId":"1207564340903940096",
"url":"https://sd.tall.wiki/gateway/ht/uploads/file/2022-03-11/164697113209774.png"
}
}
### 恢复笔画
POST {{test_ht}}/backCanvas
{{type}}

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

@ -1,5 +1,5 @@
@test = https://test.tall.wiki/braintraining/v1.0
@loaclhost = http://localhost:7280/v1.0
@loaclhost = http://localhost:7300/v1.0
@type = content-type: application/json;charset=utf-8
### 生成公众号临时二维码
@ -10,3 +10,6 @@ POST {{test}}/wxTencent/notice
###
POST http://test.tall.wiki/braintraining/v1.0/wxTencent/notice
### 轮播图查询
POST http://test.tall.wiki/braintraining/v1.0/carousel/show

Loading…
Cancel
Save