生活小技巧
GET
无需 Key
运行中
接口简介
各种实用生活技巧和智慧的在线服务平台,它为用户提供了一系列简单有效的解决方案,帮助人们在日常生活中节省时间、提高效率,同时增添生活的便捷与乐趣。
接口地址
https://api.lolimi.cn/API/sheng/index请求示例
测试访问https://api.lolimi.cn/API/sheng/index?key=你的key返回预览
JSON{
"id": 84,
"title": "指甲油长久不脱落法",
"description": "涂指甲油之前,先用棉花蘸点醋把指甲擦干净,等醋干后再涂指甲油,这样指甲油就不容易脱落了。"
}
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|
返回参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| code | int | 状态码 |
| id | string | ID |
| title | string | 技巧标题 |
| description | string | 生活技巧 |
参数配置
登录获取 KeyResponseWaiting...
<?php
$url = "https://api.lolimi.cn/API/sheng/index";
$params = array (
);
$url .= '?' . http_build_query($params);
$res = file_get_contents($url);
echo $res;