Skip to content

奈斯推送取消订单

  • 请求方式: POST
  • 请求地址: 供应商回调地址/order/orderCancel (form-data 用于参数描述, 发送请求是json格式)

接口说明

请求类型是json,示例类型只做参考

请求参数(Body)

参数类型必填说明示例
appidstringappide1b4091610411c4e212111
templatestring十位时间戳1750167680
signstring签名(md5(‘ns’+appid+secretKey+template))ee2f18bf74eca82caa3d9b09cbe0440f
orderIdstring奈斯订单号20250620141209963002
statusstring订单状态1:待确认2:已接单3:已入住4:取消中5:已取消6:已离店 ;(拒绝取消传2)4
string说明:取消间夜和取消扣款联系对应运营人员

请求体示例

json
{

    "sign": "d9ab6a407f106cc16fd69cc1da1254c1",

    "appid": "d32c56f75dd70f2a",

    "status": 4,

    "orderId": "202506041509238640",

    "template": 1780565769

}