Commit 4799fdd8 authored by RobertDing's avatar RobertDing

更改特批

parent 6d4e0c19
...@@ -1053,7 +1053,7 @@ paths: ...@@ -1053,7 +1053,7 @@ paths:
project_type: 12 project_type: 12
image_header: 'http://...' image_header: 'http://...'
photo_details: 'blabla...' photo_details: 'blabla...'
special_permit: false is_specialreview: false
items: '[#json序列化化的数据 items: '[#json序列化化的数据
{ {
service_register: 32, service_register: 32,
...@@ -1137,6 +1137,18 @@ paths: ...@@ -1137,6 +1137,18 @@ paths:
required: false required: false
type: string type: string
format: string format: string
- name: photo_details
in: formData
description: 图文详情
required: false
type: string
format: string
- name: is_specialreview
in: formData
description: 是否特批
required: false
type: boolean
format: boolean
tags: tags:
- Service - Service
responses: responses:
...@@ -1156,7 +1168,7 @@ paths: ...@@ -1156,7 +1168,7 @@ paths:
total_num: 30 total_num: 30
image_header: 'http://...' image_header: 'http://...'
photo_details: 'blabla...' photo_details: 'blabla...'
special_permit: false is_specialreview: false
items: '[#json序列化化的数据 items: '[#json序列化化的数据
{ {
option_ids: [1,3,4], option_ids: [1,3,4],
......
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