1. 轻体赛
拾果
  • 轻体赛
    • 获取用户测量数据(服务端对接)
      GET
    • 获取用户的openId(服务端对接)
      GET
    • 获取页面跳转地址
      GET
    • 生成小程序码
      POST
    • 体重数据打卡推送(中科往拾果)
      POST
    • 获取体重数据变化对比数据(服务端对接)
      GET
  • B端
    • 获取优惠券配置(服务端对接)
      GET
    • 发放优惠券(服务端对接)
      POST
  • 企业微信
    • 获取企业微信配置(服务端对接)
      GET
  1. 轻体赛

体重数据打卡推送(中科往拾果)

开发中
POST
/zkaj/third/v1/weightDataUpdate

请求参数

Body 参数application/json

示例
{
    "weightId": "string",
    "weight": 0,
    "pbf": 0,
    "measurementDate": "string",
    "associatedId": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/zkaj/third/v1/weightDataUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
    "weightId": "string",
    "weight": 0,
    "pbf": 0,
    "measurementDate": "string",
    "associatedId": "string"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": "string",
    "msg": "string",
    "data": true
}
修改于 2025-07-02 05:16:17
上一页
生成小程序码
下一页
获取体重数据变化对比数据(服务端对接)
Built with