Method, system and equipment for obtaining associated information of river commander billboard based on mobile terminal positioning and medium
By using a unified QR code combined with mobile terminal positioning technology on the river chief information board, the problems of maintenance difficulties and inaccurate information in the existing technology have been solved, and low-cost, efficient information acquisition and personalized services have been achieved.
Patent Information
- Application Number
- CN202511587129.1
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Filing Date
- 2025-11-03
- Publication Date
- 2026-01-30
AI Technical Summary
The existing QR code scheme for river chief information boards has problems such as difficulty in maintenance, easy confusion of information, and poor flexibility, resulting in high maintenance costs and inaccurate information acquisition.
A unified QR code is used to point to the server query portal. The mobile terminal can obtain the latest river chief information board information in real time, and the server automatically matches and returns the relevant data.
It achieves low-cost maintenance and accurate information acquisition, enhances user experience and interactivity, ensures information corresponds to location, and provides personalized services.
Smart Images

Figure CN121434516A_ABST
Abstract
Description
TECHNICAL FIELD
[0001] The present application relates to the technical field of smart water and Internet of Things, and particularly relates to a method, system and device for obtaining associated information of a river length public notice board based on mobile terminal positioning and a medium. BACKGROUND
[0002] The full implementation of the river length system is an important measure to implement the green development concept and promote the construction of ecological civilization. The river length public notice board is an important carrier for publicly disclosing river length information, responsibilities, management targets and supervision methods to the society. At present, most of the river length public notice boards have printed two-dimensional codes, and the public can quickly obtain relevant information by scanning the two-dimensional code with a mobile phone.
[0003] However, the existing technical solutions have obvious defects:
[0004] One code for one board, difficult to maintain: each public notice board has its own two-dimensional code with different content. When the background service or system architecture needs to be updated, the two-dimensional code on each public notice board needs to be re-made and replaced, which is costly and cumbersome.
[0005] Confusion and error: in densely populated river areas, the public may scan the two-dimensional codes of multiple public notice boards at the same time, or scan the two-dimensional codes of non-target public notice boards due to long distance, resulting in the obtained information not matching the current river.
[0006] Poor flexibility: static and exclusive two-dimensional codes cannot provide dynamic and most relevant information and services according to the actual position of the user.
[0007] Therefore, there is an urgent need in the field for a river length public notice board information obtaining method that can overcome the above-mentioned defects and achieve unity, precision and easy maintenance. SUMMARY
[0008] The purpose of the present application is to provide a method, system and device for obtaining associated information of a river length public notice board based on mobile terminal positioning, in order to solve the problems of difficult maintenance, information confusion and poor flexibility caused by "one code for one board" in the prior art.
[0009] To achieve the above-mentioned purpose, the present application adopts the following technical solution: a method for obtaining associated information of a river length public notice board based on mobile terminal positioning, the core idea of which is to print a unified two-dimensional code with the same content on all river length public notice boards. The two-dimensional code points to a unified information query entrance of the server. When a user scans the two-dimensional code with a mobile terminal (such as a mobile phone), the mobile terminal will send its real-time positioning coordinates to the server. The server automatically matches and returns the associated information of the river length public notice board closest to the user according to the positioning coordinates through spatial calculation.
[0010] The method specifically includes the following steps:
[0011] The mobile terminal scans a unified two-dimensional code to access the encoded URL address;
[0012] The mobile terminal sends a request to the server, and the request carries the real-time positioning coordinates of the mobile terminal;
[0013] The server receives the request and uses the positioning coordinates to find the nearest target river length public bulletin in the database;
[0014] The server returns the associated information of the target river length public bulletin to the mobile terminal for display.
[0015] The beneficial effects of the present application are as follows:
[0016] Greatly reduce maintenance costs: all public bulletins use the same two-dimensional code. When the background system needs to be upgraded or the URL is changed, there is no need to replace any physical public bulletin, and only one update on the server is required, achieving "one change for all changes".
[0017] Information acquisition is accurate and reliable: through positioning technology, the nearest public bulletin is automatically matched, effectively avoiding the problem of scanning disorder in complex environments, and ensuring that the information obtained by the public strictly corresponds to the location.
[0018] Improve user experience and interactivity: users do not need to distinguish which block to scan, and can obtain the most relevant information by scanning the code. At the same time, the system can provide more personalized services based on accurate positioning, such as "one-key reporting of current location problems". BRIEF DESCRIPTION OF DRAWINGS
[0019] Figure 1 is the system architecture and flowchart provided by the embodiment of the present application.
[0020] Figure 2 is the method flowchart provided by the embodiment of the present application.
[0021] Figure 3 is the detailed flowchart of the server matching and verifying the target river length public bulletin in the embodiment of the present application. DETAILED DESCRIPTION
[0022] Reference Figure 1 and Figure 2 The system of the embodiment includes a mobile terminal, a server (cloud server), and a river length public bulletin database.
[0023] First, build a river length public bulletin database. Record the unique ID, accurate latitude and longitude coordinates, and associated detailed information of each river length public bulletin in the jurisdiction, such as river name, river length name and position, management target, water quality report link, news updates, etc.
[0024] Then, a unified two-dimensional code is generated, and this two-dimensional code is printed on all river length signs.
[0025] When the public (user) is beside river A, scans the unified two-dimensional code on the sign using a mobile phone, the process is as follows:
[0026] The mobile phone scans the two-dimensional code and parses the URL address.
[0027] The browser or specific application of the mobile phone accesses the URL address and automatically calls the GPS / Wi-Fi / base station positioning function of the mobile phone to obtain the current latitude and longitude coordinates (for example: lat: 39.9042, lng: 116.4074), and sends the coordinates to the server through the HTTP request parameter (such as?lat=39.9042&lng=116.4074).
[0028] The server receives the request and extracts the positioning coordinates.
[0029] Referring to Figure 3 , the server queries all sign locations in the database and calculates the distance between the received coordinates and each sign coordinates. Through comparison, it is found that the nearest sign is "A river 001 sign" and the distance is 15 meters, which is less than the preset threshold of 100 meters.
[0030] The server retrieves all associated information of "A river 001 sign" from the database and generates an H5 page.
[0031] The server returns the H5 page as a response to the user's mobile phone.
[0032] The user's mobile phone browser displays the page, and the user can see the accurate information corresponding to river A.
Claims
1. A method for obtaining associated information of a river length public sign based on mobile terminal positioning, characterized in that, The method comprises the following steps: S1: The mobile terminal scans a unified two-dimensional code on the river length public bulletin, and the unified two-dimensional code encodes a URL address of a service end unified information query entrance; S2: The mobile terminal accesses the URL address and sends a request to the service end, and the request at least carries a real-time positioning coordinate of the mobile terminal acquired when the mobile terminal scans the two-dimensional code or accesses the URL; S3: The service end receives the request and matches a target river length public bulletin closest to the mobile terminal in a river length public bulletin database based on the received real-time positioning coordinate; S4: The service end acquires associated information of the target river length public bulletin and returns the associated information to the mobile terminal; S5: The mobile terminal receives and displays the associated information.
2. The method of claim 1, wherein, In step S3, the "matching a target river length public bulletin closest to the mobile terminal in a river length public bulletin database based on the received real-time positioning coordinate" specifically comprises: the service end calculates spatial distances between the real-time positioning coordinate and all recorded river length public bulletin position coordinates in the river length public bulletin database; and filters out a river length public bulletin with the smallest spatial distance as the target river length public bulletin.
3. The method of claim 2, wherein, In step S3, a distance verification step is further included: The service end judges whether the smallest spatial distance is smaller than or equal to a preset distance threshold value; If yes, step S4 is executed; If no, prompt information is returned to the mobile terminal, and the prompt information is used for indicating that no matched river length public bulletin is found or the mobile terminal is too far away from the public bulletin.
4. The method of claim 1, wherein, The associated information comprises one or more of the following: river basic information and river length information.
5. The method of claim 1, wherein, Before step S1, a construction step of a river length public bulletin database is further included: A unique identifier is allocated to each river length public bulletin, and an accurate geographic position coordinate thereof is recorded; The identifier, the geographic position coordinate and corresponding associated information are associated and stored in a database of the service end.
6. The method of claim 1, wherein, The unified two-dimensional code is a static two-dimensional code, and the contents of the two-dimensional code on all river length public bulletins are the same.
7. A system for obtaining associated information of a river length public sign based on mobile terminal positioning, characterized in that, The system for implementing the method in any one of claims 1 to 6 comprises: A mobile terminal for scanning a unified two-dimensional code, sending a request carrying a real-time positioning coordinate, and receiving and displaying associated information returned by a service end; A service end for providing a unified URL entrance, receiving the request, matching a target river length public bulletin based on the real-time positioning coordinate, and querying and returning corresponding associated information; A river length public bulletin database pre-storing geographic position coordinates of all river length public bulletins and associated information thereof.
8. An electronic device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, characterized in that, The processor implements the steps of the method in any one of claims 1 to 6 when executing the computer program.
9. A computer-readable storage medium having stored thereon a computer program, characterized in that, The computer program implements the steps of the method in any one of claims 1 to 6 when executed by the processor.