{ "$schema": "https://static.cloudbase.net/cli/cloudbaserc.schema.json", "envId": "cloud1-d4g697lte499543d8", "functionRoot": "cloudfunctions", "functions": [ { "name": "login", "timeout": 10, "runtime": "Nodejs20.19", "handler": "index.main", "description": "微信登录 & 用户注册" }, { "name": "createPost", "timeout": 15, "runtime": "Nodejs20.19", "handler": "index.main", "description": "发布帖子" }, { "name": "getPosts", "timeout": 10, "runtime": "Nodejs20.19", "handler": "index.main", "description": "获取信息流帖子列表" }, { "name": "getPost", "timeout": 10, "runtime": "Nodejs20.19", "handler": "index.main", "description": "获取单条帖子详情" }, { "name": "likePost", "timeout": 10, "runtime": "Nodejs20.19", "handler": "index.main", "description": "点赞 / 取消点赞" }, { "name": "getNearbyPets", "timeout": 15, "runtime": "Nodejs20.19", "handler": "index.main", "description": "附近宠物地理位置查询" }, { "name": "updateLocation", "timeout": 10, "runtime": "Nodejs20.19", "handler": "index.main", "description": "更新用户地理位置(GeoPoint)" }, { "name": "sendGreeting", "timeout": 10, "runtime": "Nodejs20.19", "handler": "index.main", "description": "打招呼 / 发起私信" } ] }