GET GDTV/v3/DaPingWeb/GetMZSAPublicityByName?name={name}

通过学校名称获取阳光公示大屏

Request

URI Params

字段名字段说明字段类型附加信息
name

学校名称

string

Required

Body Params

None.

Response

APITResultOfMZSAPublicityModel
字段名字段说明字段类型附加信息
Data

MZSAPublicityModel

None.

Ret

返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效

integer

None.

ErrCode

错误代码,因功能而异

integer

None.

Msg

返回信息

string

None.

SeqId

请求序列

integer

None.

InfoMsg

API附加信息

string

None.

application/json, text/json

Sample:
{
  "Data": {
    "school_name": "sample string 1",
    "meal_time": {
      "breakfast_time": "sample string 1",
      "lunch_time": "sample string 2",
      "dinner_time": "sample string 3"
    },
    "recipe_data": [
      [
        "sample string 1",
        "sample string 2"
      ],
      [
        "sample string 1",
        "sample string 2"
      ]
    ],
    "pratitioner_data": [
      {
        "name": "sample string 1",
        "post": "sample string 2",
        "certificate_date_end": "sample string 3",
        "health_certificate": "sample string 4",
        "avatar": "sample string 5",
        "gender": "sample string 6"
      },
      {
        "name": "sample string 1",
        "post": "sample string 2",
        "certificate_date_end": "sample string 3",
        "health_certificate": "sample string 4",
        "avatar": "sample string 5",
        "gender": "sample string 6"
      }
    ],
    "food_data": [
      {
        "food_name": "sample string 1",
        "specification": "sample string 2",
        "uint": {},
        "acceptance_quantity": 4.1,
        "distributor_name": "sample string 5",
        "purchase_time": "sample string 6",
        "receiving_time": "sample string 7",
        "batch_receiving_expira": [
          [
            "sample string 1",
            "sample string 2"
          ],
          [
            "sample string 1",
            "sample string 2"
          ]
        ],
        "acceptance_image": {},
        "check_attachment": [
          "sample string 1",
          "sample string 2"
        ]
      },
      {
        "food_name": "sample string 1",
        "specification": "sample string 2",
        "uint": {},
        "acceptance_quantity": 4.1,
        "distributor_name": "sample string 5",
        "purchase_time": "sample string 6",
        "receiving_time": "sample string 7",
        "batch_receiving_expira": [
          [
            "sample string 1",
            "sample string 2"
          ],
          [
            "sample string 1",
            "sample string 2"
          ]
        ],
        "acceptance_image": {},
        "check_attachment": [
          "sample string 1",
          "sample string 2"
        ]
      }
    ],
    "sample_data": [
      {
        "name": "sample string 1",
        "sample_num": "sample string 2",
        "sample_img": "sample string 3",
        "dish_name": "sample string 4"
      },
      {
        "name": "sample string 1",
        "sample_num": "sample string 2",
        "sample_img": "sample string 3",
        "dish_name": "sample string 4"
      }
    ]
  },
  "Ret": 1,
  "ErrCode": 2,
  "Msg": "sample string 3",
  "SeqId": 4,
  "InfoMsg": "sample string 5"
}