- mqtt 协议
- 计算规则
- mqtt 协议 Copy
- 请求加密实例
- back
- 酒店
- 首页
- 核验记录
- 区域编码
- 设备相关
- 资金相关
- ic卡
- 预警信息
- 重点人员
- 常见问题
- 余额明细
- oss
- 测试apiPOST
- 网关下发指令POST
- 网关指令状态GET
- 门店异常电脑导出GET
- 软件下载地址GET
- 信息记录
- verification
- api
- 售卖机
- 报警
- im
- 测试POST
- 门店预警信息GET
- 大屏分局门店入住热力图GET
关键字搜索常见问题
开发中
tp_api正式环境
https://yzt.hntpxx.com/api
tp_api正式环境
https://yzt.hntpxx.com/api
GET
/mProblem/searchMProblem
请求参数
Query 参数
keyword
string
搜索关键字
Header 参数
token
string
可选
默认值:
{{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://yzt.hntpxx.com/api/mProblem/searchMProblem?keyword' \
--header 'token: undefined'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
array [object {9}]
必需
id
integer
可选
created_at
string
可选
updated_at
string
可选
templateId
string
可选
title
string
标题
desc
string
描述信息
url
string
视频地址
sort
integer
可选
type
integer
可选
msg
string
必需
示例
{"code":200,"data":[{"id":2,"created_at":"2024-01-26T15:08:08.306+08:00","updated_at":"2024-01-26T17:57:15.862+08:00","templateId":"","title":"苹果的微信小程序中一直提示让打开蓝牙权限","desc":"苹果手机蓝牙显示已经打开,但是在微信小程序中还是提示让打开蓝牙权限?<br/> 1.检查小程序蓝牙权限 <br/> 2.检查系统蓝牙权限 <br/>3.如果是苹果手机请检查系统应用蓝牙权限","url":"https://yzt.hntpxx.com/problem?id=2","contentInfo":[{"content":"先检查小程序权限是否同意,如果已同意跳过1、2、3步骤","img":"https://tp-yzt.oss-cn-beijing.aliyuncs.com/banner/1706257074425.png"},{"content":"点击设置进行小程序权限页面","img":"https://tp-yzt.oss-cn-beijing.aliyuncs.com/banner/1706257563804.png"},{"content":"设置为使用小程序时允许使用","img":"https://tp-yzt.oss-cn-beijing.aliyuncs.com/banner/1706257284127.png"},{"content":"检查手机系统设置蓝牙权限是否打开,请打开手机“设置”,找到蓝牙设置为打开状态。一般情况小程序就可以正常使用,如果仍然不正常请按照后续步骤操作","img":"https://tp-yzt.oss-cn-beijing.aliyuncs.com/banner/xx.png"},{"content":"如果上述操作依然不行,苹果手机请打开“设置”点击“隐私”进入 ","img":"https://tp-yzt.oss-cn-beijing.aliyuncs.com/banner/1706256596788.png"},{"content":"点击“隐私”界面的“蓝牙”进入","img":"https://tp-yzt.oss-cn-beijing.aliyuncs.com/banner/1706256634773.png"},{"content":"找到“微信”,点击灰底白圈变成“绿底”即可正常进行小程序与外接设备的蓝牙匹配了。","img":"https://tp-yzt.oss-cn-beijing.aliyuncs.com/banner/1706256685550.png"}],"sort":0,"type":0}],"msg":"success"}