1、基本信息

  (1)请求方法: http put

  (2)请求地址: http://{hostname}/suptruck/plan/confirm/{planId}

  (3)接口描述: 确认计划


2、请求参数


3、请求示例


4、响应参数

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


5、响应示例

正确响应:

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