long-rise
  1. longrise-ffoa
long-rise
  • longrise-hcoa
    • 我的工作待办已办
      GET
    • 公文处理已办代办
      GET
    • 登录接口
      POST
    • 退出登录
      GET
  • longrise-im
    • 发布事项
      POST
    • 发送系统消息
      POST
  • deepseek
  • longrise-ffoa
    • 立即定位
      POST
    • 客户端和用户关系绑定
      POST
    • 单条消息推送
      POST
  1. longrise-ffoa

立即定位

开发中
POST
http://192.168.101.22:8808/sendInstructio/instructioGeneral

请求参数

Body 参数application/json
object {0}
示例
{
    "terminal_id": "15132214214",
    "instructio_type": "instructio",
    "message_type": "8304",
    "instruction": "FORMAT,3#"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://192.168.101.22:8808/sendInstructio/instructioGeneral' \
--header 'Content-Type: application/json' \
--data-raw '{
    "terminal_id": "15132214214",
    "instructio_type": "instructio",
    "message_type": "8304",
    "instruction": "FORMAT,3#"
}'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-03-12 05:36:55
上一页
发送系统消息
下一页
客户端和用户关系绑定
Built with