配餐软件
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.

45 lines
1.5 KiB

2 years ago
<h1>Э��Լ��</h1>
2 years ago
<blockquote>
2 years ago
<p>Э����ʽ: restfull + json + utf-8</p>
<p>Э����ʽ�У������� * ��ʶ�ֶξ�Ϊ�����ֶΣ�����Ϊ��ѡ�ֶΡ�</p>
<p>���룺<span style="color: red; ">Э�����漰password�ֶ�ȫ��ʹ��16λ��MD5���ܴ���(MD5���ܺ�ȡ��16λ����д)</span></p>
2 years ago
</blockquote>
2 years ago
<h3>Э���б�</h3>
2 years ago
<ul>
2 years ago
<li><a href="change.html">�޸ļ�¼</a></li>
<li><a href="basic.html">������</a></li>
<li><a href="user.html">�û�Ȩ��</a></li>
<li><a href="vender.html">��λЭ��</a></li>
<li><a href="ingredient.html">ʳ��Э��</a></li>
<li><a href="nutrition.html">Ӫ���ƻ�</a></li>
<li><a href="dish.html">��ƷЭ��</a></li>
<li><a href="menu.html">ʳ��Э��</a>
2 years ago
<ul>
2 years ago
<li><a href="menu/menu.html">ʳ�׻���Э��</a></li>
<li><a href="menu/dish.html">ʳ�ײ�ƷЭ��</a></li>
<li><a href="menu/review.html">ʳ������Э��</a></li>
<li><a href="menu/release.html">ʳ�׷���Э��</a></li>
<li><a href="menu/report.html">ʳ�׷���Э��</a></li>
2 years ago
</ul>
</li>
</ul>
2 years ago
<h3>��Ӧʾ��</h3>
2 years ago
<pre><code class="json">{
&quot;body&quot;: {},
&quot;code&quot;: 1,
2 years ago
&quot;desc&quot;: &quot;�ɹ�&quot;
2 years ago
}
</code></pre>
2 years ago
<h3>��������</h3>
<pre><code class="text">����������:
success (200, &quot;�ɹ�&quot;),
2 years ago
2 years ago
invalid_user_password (300, &quot;�û���������������!&quot;),
2 years ago
2 years ago
expired_vender (301, &quot;�˻�����,����ϵ����Ա����!&quot;),
2 years ago
2 years ago
illegal_argument (400, &quot;��������!&quot;),
need_login (401, &quot;δ��¼!&quot;),
not_support_operate (404, &quot;��֧�ֵ�?</code></pre>
2 years ago