1、基本信息

  (1)请求方法: http delete

  (2)请求地址: http://{hostname}/suptruck/check/{loadingPlanId}


2、请求参数

名称 数据类型 说明 是否必填
loadingPlanId Long 监装计划ID


3、请求示例

  1. http://{{req_url}}/suptruck/check/1651779389374996480


4、响应参数

名称 数据类型 说明
code Integer code
msg String 提示信息
timestamp String 时间戳


5、响应示例

  1. {
  2. "msg": "操作成功",
  3. "code": 100,
  4. "timestamp": "2023-05-15 16:06:52"
  5. }