Showing
1 changed file
with
36 additions
and
1 deletions
@@ -1812,4 +1812,39 @@ | @@ -1812,4 +1812,39 @@ | ||
1812 | "message": "成功" | 1812 | "message": "成功" |
1813 | } | 1813 | } |
1814 | 1814 | ||
1815 | -``` | ||
1815 | +``` | ||
1816 | + | ||
1817 | + | ||
1818 | +# 查询制作工艺列表 | ||
1819 | + | ||
1820 | +> 接口名: `/product/queryMakingProcess` | ||
1821 | + | ||
1822 | +### 入参 | ||
1823 | +无需参数 | ||
1824 | + | ||
1825 | +------------------------- | ||
1826 | +|属性名称|类型|例子|说明|是否必填| | ||
1827 | +|--------|----|----|----|--------| | ||
1828 | + | ||
1829 | + | ||
1830 | +--------------------- | ||
1831 | + | ||
1832 | +### 返回 | ||
1833 | + | ||
1834 | +``` JSON | ||
1835 | +{ | ||
1836 | + "code": 200, | ||
1837 | + "data": { | ||
1838 | + "inputType": "select", | ||
1839 | + "items": [ | ||
1840 | + "贴布", | ||
1841 | + "印花", | ||
1842 | + "扎染" | ||
1843 | + ] | ||
1844 | + }, | ||
1845 | + "md5": "9825cd4ea57fc16297bbea4ad096f6aa", | ||
1846 | + "message": "成功" | ||
1847 | +} | ||
1848 | + | ||
1849 | +``` | ||
1850 | + |
-
Please register or login to post a comment