Commit 9b4bc835 authored by zhangxiaolin's avatar zhangxiaolin

fix: 语法错误

parent 1f5dc382
...@@ -976,8 +976,8 @@ paths: ...@@ -976,8 +976,8 @@ paths:
status: 状态码,int status: 状态码,int
# ------------------------ # ------------------------
/service/status: /service/status:
post:
summary: 发送上下线请求 summary: 发送上下线请求
description:
parameters: parameters:
- name: type - name: type
in: query in: query
...@@ -1038,10 +1038,10 @@ paths: ...@@ -1038,10 +1038,10 @@ paths:
error: 0 error: 0
data: data:
size: 10 size: 10
total_counts: [1,2,3] or [1] total_counts: list内含1或3元素
services: services:
- name: 美购描述 - short_description: 美购描述
id: 21 id: 21美购申请id
submit_time: 提交时间 submit_time: 提交时间
status: 状态码,int status: 状态码,int
bar_status: 这条记录从属那个bar bar_status: 这条记录从属那个bar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment