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

获取用户测量数据(服务端对接)

开发中
GET
/shiguo/c/{phone}/measureList
结果将以测量时间倒序排列

请求参数

Path 参数

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//measureList?startDate=2025-01-01&endDate=2025-01-31&appSecret'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "msg": "string",
    "data": {
        "list": [
            {
                "weightId": "string",
                "phone": "string",
                "weight": 0,
                "pbf": 0,
                "measurementDate": "string"
            }
        ]
    }
}
修改于 2025-07-08 03:26:59
上一页
轻体赛
下一页
获取用户的openId(服务端对接)
Built with