订单-备注-保存

订单 - 更新订单备注

接口信息

  • 接口地址: {your-site-url}/api/skill/order/update-order-note
  • 基础 URL: {your-site-url} 需替换为你自己的独立站 URL 地址,如 https://your-domain.com/apimanager666
  • 请求方式: POST
  • 说明: 此接口用于更新指定订单的备注信息。

认证

请求头中需要携带 skill-access-token

Header
skill-access-token {your-skill-access-token} (请替换为你自己的 token)
Content-Type application/json

请求参数 (JSON Body)

字段 类型 必填 说明
order_id int 订单 ID
note string 备注内容

请求示例

cURL

curl --location --request POST '{your-site-url}/api/skill/order/update-order-note' \
--header 'skill-access-token: {your-skill-access-token}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "order_id": 6420,
    "note": "4444444444444"
}'

返回结果

code200 表示调用成功;code 不为 200 表示调用失败。

成功响应

{
    "code": 200,
    "data": [],
    "message": "success"
}

返回字段说明

字段 类型 说明
code Number 状态码,200 表示成功
message String 执行结果的文字描述
data Array 返回数据(成功时为空数组)

注意事项

  1. 此接口为全量更新,传入的 note 将覆盖原有备注
  2. 更新后的备注可在 订单-详细note 字段中查看
Copyright © fecify.com 2025 all right reserved,powered by Gitbook该文件修订时间: 2026-06-02 23:24:03

results matching ""

    No results matching ""