# SmartGuide **Repository Path**: tianyuwei1234/SmartGuide ## Basic Information - **Project Name**: SmartGuide - **Description**: 智能导游系统后台 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-13 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README API === ####注册接口:#### URI:http://hellomythinkphp.sinaapp.com/portal/guide/register?username=yuansheng&password=1234&email=3@qq.com 返回数据:{"state":1,"id":7,"token":"66ff74eaf3a9a46026738a359799ecab"} ####登入接口:#### URI:http://hellomythinkphp.sinaapp.com/portal/guide/login?username=yuansheng&password=1234 返回数据:{"state":1,"id":"7","token":"30ca69bcf17fcabdd998d195934662d0"} ####获取所有景区:#### URI:http://hellomythinkphp.sinaapp.com/portal/guide/getallsite ####获取景区内景点:#### URI:http://hellomythinkphp.sinaapp.com/portal/guide/getallchild?parentid=12 ####获取附近景区列表:#### URI:http://hellomythinkphp.sinaapp.com/portal/guide/getnearsite?lat=40&lng=116&t=1 按经度(lng)纬度(lat)获取附近景区列表 t参数表示阈值(默认为1). 附近景区判断方:经纬度差均小于阈值, 不计算距离 ####数据统计接口:#### URI:http://hellomythinkphp.sinaapp.com/portal/guide/statistic?postid=9&timelen=40 postid:景区/点id, timelen:播放时长(s)