配餐软件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

194 lines
4.2 KiB

2 years ago
<h1>1. ��ѯʳ��(����ID��ȡ������Ϣ)</h1>
<blockquote>
<p>GET /api/menu</p>
</blockquote>
<h3>����:</h3>
<pre><code class="text">id=1
</code></pre>
<h3>����:</h3>
<pre><code class="json">{
&quot;body&quot;: {
&quot;created&quot;: 1694014254000,
&quot;crows&quot;: [
&quot;������&quot;,
&quot;������&quot;
],
2 years ago
&quot;day&quot;: [1,3,5],
2 years ago
&quot;id&quot;: 1,
&quot;meals&quot;: [
&quot;����&quot;,
&quot;����&quot;,
&quot;����&quot;
],
&quot;modify&quot;: 1695404897000,
&quot;month&quot;: [
1,
2,
3,
4,
5,
6,
7,
8,
9
],
&quot;name&quot;: &quot;23����43��ʳ��&quot;,
&quot;nutrient&quot;: 1,
&quot;operate&quot;: &quot;system&quot;,
&quot;scale&quot;: {
&quot;������&quot;: 0,
&quot;������&quot;: 0
},
&quot;status&quot;: &quot;�ݸ�&quot;,
&quot;vender&quot;: 1
},
&quot;code&quot;: 200,
&quot;desc&quot;: &quot;�ɹ�&quot;,
&quot;success&quot;: true
}
</code></pre>
<h1>2. ��ѯʳ���б�</h1>
<blockquote>
<p>GET /api/menu</p>
</blockquote>
<h3>����:</h3>
<pre><code class="text">pageSize=20 // Ĭ��20, ȫ���DZ���
pageNo=0 // Ĭ��0, ��0��ʼ
name=���Ѽ����� // �������Ʋ�
vender=1 // ���ݵ�λ��
status=1 // ����״̬��
startTime=2023-03-01 // ����ʱ���β�
endTime=2024-03-01
</code></pre>
<h3>����:</h3>
<pre><code class="json">{
&quot;body&quot;: {
&quot;content&quot;: [
{
&quot;created&quot;: 1694014254000,
&quot;crows&quot;: [
&quot;������&quot;,
&quot;������&quot;
],
2 years ago
&quot;day&quot;: [1,3,5],
2 years ago
&quot;id&quot;: 1,
&quot;meals&quot;: [
&quot;����&quot;,
&quot;����&quot;,
&quot;����&quot;
],
&quot;modify&quot;: 1695404897000,
&quot;month&quot;: [
1,
2,
3,
4,
5,
6,
7,
8,
9
],
&quot;name&quot;: &quot;23����43��ʳ��&quot;,
&quot;nutrient&quot;: 1,
&quot;operate&quot;: &quot;system&quot;,
&quot;scale&quot;: {
&quot;������&quot;: 0,
&quot;������&quot;: 0
},
&quot;status&quot;: &quot;�ݸ�&quot;,
&quot;vender&quot;: 1
}
],
&quot;number&quot;: 0,
&quot;size&quot;: 20,
&quot;totalElements&quot;: 1,
&quot;totalPages&quot;: 1
},
&quot;code&quot;: 200,
&quot;desc&quot;: &quot;�ɹ�&quot;,
&quot;success&quot;: true
}
</code></pre>
<h1>3. ������ʳ��</h1>
<blockquote>
<p>PUT /api/menu</p>
</blockquote>
<h3>����:</h3>
<pre><code class="text">vendors=1,2,3 // ��������Ч��ҵ���˲���
name=���Ѽ����� // ����
nutrient=1 // Ӫ���ƻ�����
2 years ago
day=1,3,5 // ������һ,����,����
2 years ago
meals=����,����,���� // �ʹ�
month=1,2,3,4,5,6,7,8,9,10,11,12 // �����·�
crows=������,������ //��Ⱥ
</code></pre>
<h3>����:</h3>
<pre><code class="json">{
&quot;body&quot;: [
1,
2,
3
],
&quot;code&quot;: 200,
&quot;desc&quot;: &quot;�ɹ�&quot;,
&quot;success&quot;: true
}
</code></pre>
<h1>4. �޸�ʳ��</h1>
<blockquote>
<p>POST /api/menu</p>
</blockquote>
<h3>����:</h3>
<pre><code class="text">id=1 // ʳ��ID
name=���Ѽ����� // ����
nutrient=1 // Ӫ���ƻ�����
2 years ago
day=1,3,5 // ������һ,����,����
2 years ago
meals=����,����,���� // �ʹ�
month=1,2,3,4,5,6,7,8,9,10,11,12 // �����·�
crows=������,������ //��Ⱥ
</code></pre>
<h3>����:</h3>
<pre><code class="json">{
&quot;code&quot;: 200,
&quot;desc&quot;: &quot;�ɹ�&quot;,
&quot;success&quot;: true
}
</code></pre>
<h1>5. ɾ��ʳ��</h1>
<blockquote>
<p>DELETE /api/menu</p>
</blockquote>
<h3>����:</h3>
<pre><code class="text">id=1 // ʳ��ID
</code></pre>
<h3>����:</h3>
<pre><code class="json">{
&quot;code&quot;: 200,
&quot;desc&quot;: &quot;�ɹ�&quot;,
&quot;success&quot;: true
}
</code></pre>
2 years ago
<h1>6. ����ʳ��</h1>
<blockquote>
<p>PUT /api/menu/copy</p>
</blockquote>
<h3>����:</h3>
<pre><code class="text">vendors=1,2,3 // ��������Ч��ҵ���˲���
name=���Ѽ����� // ����, ѡ��
id=1 // Դʳ�ױ���, ����
</code></pre>
<h3>����:</h3>
<pre><code class="json">{
&quot;body&quot;: [
1,
2,
3
],
&quot;code&quot;: 200,
&quot;desc&quot;: &quot;�ɹ�&quot;,
&quot;success&quot;: true
}
</code></pre>
2 years ago