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

获取体重数据变化对比数据(服务端对接)

开发中
GET
/shiguo/c/measureCompare

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/shiguo/c/measureCompare?startWeightId&endWeightId&appSecret=bX4YntwyAHDATpUULMcoQJkmWuZ63ZAx'

返回响应

🟢200成功
application/json
Body

示例
{
    "dayNumbers": 0,
    "weightChangeValue": 0,
    "fatChangeValue": 0,
    "startDate": 0,
    "endDate": 0,
    "startWeight": 0,
    "startWeightStatus": "string",
    "endWeight": 0,
    "endWeightStatus": "string",
    "weightDifferenceValue": 0,
    "startBmi": 0,
    "startBmiStatus": "string",
    "endBmi": 0,
    "endBmiStatus": "string",
    "bmiDifferenceValue": 0
}
修改于 2025-07-09 02:44:38
上一页
体重数据打卡推送(中科往拾果)
下一页
获取优惠券配置(服务端对接)
Built with