转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

« 前一个 版本 4 当前 »

描述

心跳接口

路径

Http verbURL
POST

/api/supplier-service/v1/jofo/heartbeat

请求头样例

POST  /api/supplier-service/v1/jofu/heartbeat  HTTP/1.1
Host: http://cfs-qa.etowertech.com/
Content-Type: application/json
Accept: application/json
appId:etotest8xkIIphLnbkjRACNj4P
timestamp:1752496704166

signature:CC211FB0FFC6A1CD5ED373D0CFA2FF5D

字段

字段名称类型备注
msgString描述
statusint1: 成功,其他失败

请求样例

{
    "msg":"success",
    "status": 1
}



返回样例

{
    "code":"0",
    "data":{
    },
    "errors":"",
    "message":"",
    "messageId":"",
    "success":true,
    "warnList":""
}


{
    "code":"600224",
    "data":"",
    "errors":"",
    "message":"Client Reference No are duplicate",
    "messageId":"",
    "success":false,
    "warnList":""
}

  • 无标签