Browse Source

[暴风眼]用户提交问卷状态

master
zhizhi wu 4 years ago
parent
commit
9381ee01e6
  1. 11
      智慧平车/平车基础版.http

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

@ -225,6 +225,17 @@ Authorization: Bearer {{login.response.body.$.data.token}}
}
}
###根据类型查询用户是否提交过
POST {{www}}/questionnaire/isSubmit
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"type":"0"
}
}
###统计-列表
POST {{localhost}}/statistical/list
{{type}}

Loading…
Cancel
Save