GET omsapi/DinningHallTypesOfCourses/GetDefault?u={u}&t={t}&d={d}
获取食堂默认菜品
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取食堂默认菜品
Collection of DinningHallTypesOfCoursesName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Describ | string |
None. |
|
CreateTime | date |
None. |
|
Creator | integer |
None. |
|
CategoryId |
when 0 then 默认, else 所属某个具体工会 |
integer |
None. |
IsDisplay |
是否显示 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Name": "sample string 2", "Describ": "sample string 3", "CreateTime": "2025-05-13T16:19:56.4688135+08:00", "Creator": 5, "CategoryId": 6, "IsDisplay": true }, { "Id": 1, "Name": "sample string 2", "Describ": "sample string 3", "CreateTime": "2025-05-13T16:19:56.4688135+08:00", "Creator": 5, "CategoryId": 6, "IsDisplay": true } ]