CN107172012A - A kind of message format conversion method and system - Google Patents

A kind of message format conversion method and system Download PDF

Info

Publication number
CN107172012A
CN107172012A CN201710253331.XA CN201710253331A CN107172012A CN 107172012 A CN107172012 A CN 107172012A CN 201710253331 A CN201710253331 A CN 201710253331A CN 107172012 A CN107172012 A CN 107172012A
Authority
CN
China
Prior art keywords
request data
key
value
string
name
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201710253331.XA
Other languages
Chinese (zh)
Inventor
王昌瑶
张清锁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN201710253331.XA priority Critical patent/CN107172012A/en
Publication of CN107172012A publication Critical patent/CN107172012A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention is more particularly directed to a kind of message format conversion method and system.Method comprises the following steps:Obtain http request data;Obtain json configuration templates corresponding with http request data;The http request data are parsed, parameter names and corresponding parameter value all in http request data are extracted;Parameter value is filled up to the correspondence position of json configuration templates, the request data of json forms is generated.The message format conversion method and system of the present invention passes through the json configuration templates that pre-establish, the automatic request data that http request data are converted to json forms, not only without manually participating in, conversion speed is fast, high conversion efficiency, and can be needed to realize dynamic configuration to the number of parameters and parameter name of json configuration templates according to user.

Description

A kind of message format conversion method and system
Technical field
The present invention relates to field of internet communication, more particularly to a kind of message format conversion method and system.
Background technology
Json is a kind of lightweight data interchange format, it is easy to is read and write for people and is easy to machine parsing and generates, it is complete Entirely independently of language, increasingly favored in recent years by developer, with the prevalence of rest styles, increasing api interface All start using json as its parameter format.There is http request to use key=value forms at present, but service end API's Parameter format is json, therefore carries out being required for key=value forms being converted to json forms, work during data exchange every time Work amount is big and less efficient.
The content of the invention
The invention provides a kind of message format conversion method and system, techniques discussed above is solved the problems, such as.
The technical scheme that the present invention solves above-mentioned technical problem is as follows:
According to one aspect of the present invention there is provided a kind of message format conversion method, comprise the following steps:
Step 1, http request data are obtained, the http request data include at least one parameter name and the parameter name Corresponding parameter value;
Step 2, json configuration templates corresponding with the http request data are obtained, the json configuration templates include institute State parameter name;
Step 3, the http request data are parsed, extracts in http request data all parameter name and correspondingly Parameter value;
Step 4, the parameter value is filled up to the correspondence position of the json configuration templates, the request of json forms is generated Data.
The beneficial effects of the invention are as follows:The message format conversion method of the present invention configures mould by the json pre-established Version, is automatically converted to http request data the request data of json forms, not only without manually participating in, and conversion speed is fast, turns Efficiency high is changed, and can be needed to realize dynamic configuration to the number of parameters and parameter name of json configuration templates according to user.
On the basis of above-mentioned technical proposal, the present invention can also do following improvement.
Further, http request data described in step 1 is the request data of key=value forms;Described in step 2 Json configuration templates also include preset characters string corresponding with the parameter name, and the preset characters string is that the parameter name is adopted The character string generated after being converted with preset format.
Further, the step 3 is specifically included:
Step 301, Map is generated according to the http request data<String,Object>Object, by http request data In parameter name as the key of Map objects, corresponding parameter value is used as the corresponding key assignments of the key, the key and key assignments formation key Value pair, the wherein key in Map objects are String types, and key assignments is Object types;
Step 302, all key-value pairs in traversal Map objects, the key generation variable name in key-value pair, according to key assignments Generate the corresponding variate-value of variable name, the variable name and variate-value formation mapping table, the variable name and json The corresponding preset characters string of parameter name is consistent in configuration template.
Further, the step 4 is specifically included:
S401, using the json configuration templates as original string, obtains the preset characters string in original string, and inquire about described Mapping table, obtains the variable name and the variable name corresponding variate-value consistent with the preset characters string;
S402, using String replaceAll methods, corresponding variate-value is replaced with by the preset characters string, and Generate the request data of json forms.
Beneficial effect using above-mentioned further scheme is:In this further technical scheme, pass through Map<String, Object>The replaceAll methods of method and String, automatically can replace the preset characters string in json configuration templates For corresponding variate-value, not only conversion speed is fast, high conversion efficiency, and written in code is simple.
Further, in the step 401, if inquiring about consistent less than with the preset characters string in the mapping table Variable name, then in step 402, by the preset characters tandem arrangement for sky.
Beneficial effect using above-mentioned further scheme is:In this further technical scheme, variable name will be not matched to Preset characters tandem arrangement be sky, not only conform with json data format, and data call is carried out beneficial to subsequent step.
According to another aspect of the present invention, a kind of message format converting system is additionally provided, including the first acquisition module, the Two acquisition modules, parsing module and generation module,
First acquisition module, for obtaining http request data, the http request data are joined including at least one The corresponding parameter value of several and described parameter name;
Second acquisition module, it is described for obtaining json configuration templates corresponding with the http request data Json configuration templates include the parameter name;
The parsing module, for being parsed to the http request data, extracts all in http request data Parameter name and corresponding parameter value;
The generation module, the correspondence position for the parameter value to be filled up to the json configuration templates, generation The request data of json forms.
The beneficial effects of the invention are as follows:The message format converting system of the present invention configures mould by the json pre-established Version, is automatically converted to http request data the request data of json forms, not only without manually participating in, and conversion speed is fast, turns Efficiency high is changed, and can be needed to realize dynamic configuration to the number of parameters and parameter name of json configuration templates according to user.
Further, the http request data are the request data of key=value forms;The json configuration templates bag Parameter name and the corresponding preset characters string of parameter name are included, the preset characters string is that the parameter name is converted using preset format The character string generated afterwards.
Further, the parsing module includes:
First resolution unit, for generating Map according to the http request data<String,Object>Object, will Parameter name in http request data is as the key of Map objects, and corresponding parameter value is used as the corresponding key assignments of the key, the key With key assignments formation key-value pair, the wherein key in Map objects is String types, and key assignments is Object types;
Second resolution unit, for traveling through all key-value pairs in Map objects, the key generation variable in key-value pair Name, the corresponding variate-value of variable name, the variable name and variate-value formation mapping table, the change are generated according to key assignments Measure name preset characters string corresponding with parameter name in json configuration templates consistent.
Further, the generation module is specifically for the json configuration templates, as original string, are found in original string Preset characters string, and inquire about the mapping table, obtain the variable name consistent with the preset characters string and the change Measure the corresponding variate-value of name;And using String replaceAll methods, the preset characters string is replaced with into corresponding change Value, and generate the request data of json forms.
Beneficial effect using above-mentioned further scheme is:In this further technical scheme, pass through Map<String, Object>The replaceAll methods of method and String, automatically can replace the preset characters string in json configuration templates For corresponding variate-value, not only conversion speed is fast, high conversion efficiency, and written in code is simple.
Further, if the generation module be additionally operable to inquire about in the mapping table less than with the preset characters string Consistent variable name, then be sky by the preset characters tandem arrangement.
Beneficial effect using above-mentioned further scheme is:In this further technical scheme, the generation module will not have It is sky to match the preset characters tandem arrangement of variable name, not only conforms with json data format, and enter line number beneficial to subsequent step According to calling.
Brief description of the drawings
The schematic flow sheet for the message format conversion method that Fig. 1 provides for one embodiment of the invention;
The structural representation for the message format converting system that Fig. 2 provides for another embodiment of the present invention;
The structural representation for the message format converting system that Fig. 3 provides for another embodiment of the present invention.
Embodiment
The principle and feature of the present invention are described below in conjunction with accompanying drawing, the given examples are served only to explain the present invention, and It is non-to be used to limit the scope of the present invention.
The schematic flow sheet for the message format conversion method that Fig. 1 provides for one embodiment of the invention, as shown in figure 1, described Message format conversion method comprises the following steps:
Step 1, http request data are obtained, the http request data include at least one parameter name and the parameter name Corresponding parameter value;
Step 2, json configuration templates corresponding with the http request data are obtained, the json configuration templates include institute State parameter name;
Step 3, the http request data are parsed, extracts in http request data all parameter name and correspondingly Parameter value;
Step 4, the parameter value is filled up to the correspondence position of the json configuration templates, the request of json forms is generated Data.
The message format conversion method of the present embodiment is by the json configuration templates that pre-establish, automatically by http request number According to the request data for being converted to json forms, not only without manually participating in, conversion speed is fast, high conversion efficiency, and can root Need to realize dynamic configuration to the number of parameters and parameter name of json configuration templates according to user.
As a preferred embodiment of the present invention, http request data described in step 1 is key=value forms Request data;Json configuration templates described in step 2 also includes preset characters string corresponding with the parameter name, the predetermined word Symbol string is the character string generated after being converted to the parameter name using preset format.In the embodiment, the step 3 is specifically wrapped Include:
Step 301, Map is generated according to the http request data<String,Object>Object, by http request data In parameter name as the key of Map objects, corresponding parameter value is used as the corresponding key assignments of the key, the key and key assignments formation key Value pair, the wherein key in Map objects are String types, and key assignments is Object types;
Step 302, all key-value pairs in traversal Map objects, the key generation variable name in key-value pair, according to key assignments Generate the corresponding variate-value of variable name, the variable name and variate-value formation mapping table, the variable name and json The corresponding preset characters string of parameter name is consistent in configuration template.
In above preferred embodiment, the step 4 is specifically included:
S401, using the json configuration templates as original string, obtains the preset characters string in original string, and inquire about described Mapping table, obtains the variable name and the variable name corresponding variate-value consistent with the preset characters string;
S402, using String replaceAll methods, corresponding variate-value is replaced with by the preset characters string, and Generate the request data of json forms.
Above preferred embodiment passes through Map<String,Object>The replaceAll methods of method and String, can be with Automatically the preset characters string in json configuration templates is replaced with into corresponding variate-value, not only conversion speed is fast, high conversion efficiency, And written in code is simple.
Below by way of a specific embodiment, said process is described.In this specific embodiment, figure can be passed through The process of each step of shape interface display, therefore operate simpler.
In step 1, the address of the http request data of acquisition is:
http://ip:port/path/method
CHANNEL_ID=119&ROUTE_KEY=name&ROUTE_VALUE=200&LOGIN_NO=1 0102,
Four parameter names, respectively CHANNEL_ID, ROUTE_KEY, ROUTE_ are included in above-mentioned http request data VALUE and LOGIN_NO, corresponding parameter value is respectively 119, name, 200 and 10102.
In step 2, corresponding json configuration templates are:
In above-mentioned json configuration templates, including five parameter names, respectively CHANNEL_ID, ROUTE_KEY, ROUTE_ VALUE, LOGIN_NO, LOGIN_IP, corresponding preset characters string is respectively:${CHANNEL_ID}、${ROUTE_KEY}、$ { ROUTE_VALUE }, { LOGIN_NO }, { LOGIN_IP }, that is, use the form of { parameter name } to form corresponding preset characters String.
Step 3, Map is generated according to the http request data<String,Object>Object, be specially:
Map<Stirng,Object>
{ CHANNEL_ID=119, ROUTE_KEY=name, ROUTE_VALUE=200, LOGIN_NO=10102 };
Then all key-value pairs in traversal Map objects, form following mapping table:
(1) variable name=$ { CHANNEL_ID }, variate-value=119
(2) variable name=$ { ROUTE_KEY }, variate-value=name
(3) variable name=$ { ROUTE_VALUE }, variate-value=200
(4) variable name=$ { LOGIN_NO }, variate-value=10102.
Step 4, by the way that the $ { parameter name } in json configuration templates is matched with variable name, so that by json templates Corresponding preset characters string replaces with variate-value, if the $ { parameter name } in json configuration templates is not matched to variable name, will The preset characters tandem arrangement is sky, so as to obtain the request data of following json forms:
The structural representation for the message format converting system that Fig. 2 provides for another embodiment of the present invention, as shown in Fig. 2 institute Stating message format converting system includes the first acquisition module, the second acquisition module, parsing module and generation module,
First acquisition module, for obtaining http request data, the http request data are joined including at least one The corresponding parameter value of several and described parameter name;
Second acquisition module, it is described for obtaining json configuration templates corresponding with the http request data Json configuration templates include the parameter name;
The parsing module, for being parsed to the http request data, extracts all in http request data Parameter name and corresponding parameter value;
The generation module, the correspondence position for the parameter value to be filled up to the json configuration templates, generation The request data of json forms.
The message format converting system of the present embodiment is by the json configuration templates that pre-establish, automatically by http request number According to the request data for being converted to json forms, not only without manually participating in, conversion speed is fast, high conversion efficiency, and can root Need to realize dynamic configuration to the number of parameters and parameter name of json configuration templates according to user.
As in the preferred embodiments of the present invention, the http request data are the request data of key=value forms; The json configuration templates also include preset characters string corresponding with the parameter name, and the preset characters string is to the parameter The character string that name is generated after being converted using preset format.In the preferred embodiment, the parsing module includes the first resolution unit With the second resolution unit, as shown in figure 3,
First resolution unit, for generating Map according to the http request data<String,Object>Object, will Parameter name in http request data is as the key of Map objects, and corresponding parameter value is used as the corresponding key assignments of the key, the key With key assignments formation key-value pair, the wherein key in Map objects is String types, and key assignments is Object types;
Second resolution unit, for traveling through all key-value pairs in Map objects, the key generation variable in key-value pair Name, the corresponding variate-value of variable name, the variable name and variate-value formation mapping table, the change are generated according to key assignments Measure name preset characters string corresponding with parameter name in json configuration templates consistent.In the preferred embodiment, the generation module tool Body is used for the json configuration templates as original string, finds the preset characters string in original string, and inquires about the correspondence and closes It is table, obtains the variable name and the variable name corresponding variate-value consistent with the preset characters string;And utilize String ReplaceAll methods, the preset characters string is replaced with into corresponding variate-value, and generate the request data of json forms. The preferred embodiment passes through Map<String,Object>The replaceAll methods of method and String, can automatically by Preset characters string in json configuration templates replaces with corresponding variate-value, and not only conversion speed is fast, high conversion efficiency, Er Qiedai Code is write simple.
In another preferred embodiment, if the generation module be additionally operable to inquire about in the mapping table less than with institute The consistent variable name of preset characters string is stated, then is sky by the preset characters tandem arrangement.In the embodiment, the generation module will not have Have that to match the preset characters tandem arrangement of variable name be sky, not only conform with json data format, and carry out beneficial to subsequent step Data call.
In the description of the invention, it is to be understood that term " first ", " second " are only used for describing purpose, and can not It is interpreted as indicating or implies relative importance or the implicit quantity for indicating indicated technical characteristic.Thus, define " the One ", at least one this feature can be expressed or be implicitly included to the feature of " second ".In the description of the invention, " multiple " It is meant that at least two, such as two, three etc., unless otherwise specifically defined.
In the description of this specification, reference term " one embodiment ", " some embodiments ", " example ", " specifically show The description of example " or " some examples " etc. means to combine specific features, structure, material or the spy that the embodiment or example are described Point is contained at least one embodiment of the present invention or example.In this manual, to the schematic representation of above-mentioned term not Identical embodiment or example must be directed to.Moreover, specific features, structure, material or the feature of description can be with office Combined in an appropriate manner in one or more embodiments or example.In addition, in the case of not conflicting, the skill of this area Art personnel can be tied the not be the same as Example or the feature of example and non-be the same as Example or example described in this specification Close and combine.
The foregoing is only presently preferred embodiments of the present invention, be not intended to limit the invention, it is all the present invention spirit and Within principle, any modification, equivalent substitution and improvements made etc. should be included in the scope of the protection.

Claims (10)

1. a kind of message format conversion method, it is characterised in that comprise the following steps:
Step 1, http request data are obtained, it is corresponding with the parameter name that the http request data include at least one parameter name Parameter value;
Step 2, json configuration templates corresponding with the http request data are obtained, the json configuration templates include the ginseng It is several;
Step 3, the http request data are parsed, extracts all parameter names and corresponding ginseng in http request data Numerical value;
Step 4, the parameter value is filled up to the correspondence position of the json configuration templates, the number of request of json forms is generated According to.
2. message format conversion method according to claim 1, it is characterised in that http request data described in step 1 For the request data of key=value forms;Json configuration templates described in step 2 also includes corresponding with the parameter name pre- If character string, the preset characters string is the character string generated after being converted to the parameter name using preset format.
3. message format conversion method according to claim 2, it is characterised in that the step 3 is specifically included:
Step 301, Map is generated according to the http request data<String,Object>Object, by http request data Parameter name is as the key of Map objects, and corresponding parameter value is used as the corresponding key assignments of the key, the key and key assignments formation key assignments Right, the key wherein in Map objects is String types, and key assignments is Object types;
Step 302, all key-value pairs in traversal Map objects, the key generation variable name in key-value pair, are generated according to key assignments The corresponding variate-value of variable name, the variable name and variate-value formation mapping table, the variable name are configured with json The corresponding preset characters string of parameter name is consistent in template.
4. message format conversion method according to claim 3, it is characterised in that the step 4 is specifically included:
S401, using the json configuration templates as original string, obtains the preset characters string in original string, and inquire about the correspondence Relation table, obtains the variable name and the variable name corresponding variate-value consistent with the preset characters string;
S402, using String replaceAll methods, replaces with corresponding variate-value, and generate by the preset characters string The request data of json forms.
5. message format conversion method according to claim 4, it is characterised in that in the step 401, if described right Answer and the variable name consistent less than with the preset characters string is inquired about in relation table, then in step 402, by the preset characters tandem arrangement For sky.
6. a kind of message format converting system, it is characterised in that including the first acquisition module, the second acquisition module, parsing module And generation module,
First acquisition module, for obtaining http request data, the http request data include at least one parameter name Parameter value corresponding with the parameter name;
Second acquisition module, for obtaining json configuration templates corresponding with the http request data, the json matches somebody with somebody Putting template includes the parameter name;
The parsing module, for being parsed to the http request data, extracts parameters all in http request data Name and corresponding parameter value;
The generation module, the correspondence position for the parameter value to be filled up to the json configuration templates generates json lattice The request data of formula.
7. message format converting system according to claim 6, it is characterised in that the http request data are key= The request data of value forms;The json configuration templates include parameter name and the corresponding preset characters string of parameter name, described pre- If character string is the character string generated after being converted to the parameter name using preset format.
8. message format converting system according to claim 7, it is characterised in that the parsing module includes:
First resolution unit, for generating Map according to the http request data<String,Object>Object, please by http Ask the parameter name in data as the key of Map objects, corresponding parameter value is used as the corresponding key assignments of the key, the key and key assignments Key-value pair is formed, the wherein key in Map objects is String types, and key assignments is Object types;
Second resolution unit, for traveling through all key-value pairs in Map objects, the key generation variable name in key-value pair, root According to the corresponding variate-value of key assignments generation variable name, the variable name and variate-value formation mapping table, the variable name Preset characters string corresponding with parameter name in json configuration templates is consistent.
9. message format converting system according to claim 8, it is characterised in that the generation module is specifically for by institute Json configuration templates are stated as original string, the preset characters string in original string is found, and inquire about the mapping table, obtain with The consistent variable name of the preset characters string and the corresponding variate-value of the variable name;And utilize String replaceAll Method, replaces with corresponding variate-value, and generate the request data of json forms by the preset characters string.
10. message format converting system according to claim 9, it is characterised in that if the generation module is additionally operable to The variable name consistent less than with the preset characters string is inquired about in the mapping table, then is by the preset characters tandem arrangement It is empty.
CN201710253331.XA 2017-04-18 2017-04-18 A kind of message format conversion method and system Pending CN107172012A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710253331.XA CN107172012A (en) 2017-04-18 2017-04-18 A kind of message format conversion method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710253331.XA CN107172012A (en) 2017-04-18 2017-04-18 A kind of message format conversion method and system

Publications (1)

Publication Number Publication Date
CN107172012A true CN107172012A (en) 2017-09-15

Family

ID=59812179

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710253331.XA Pending CN107172012A (en) 2017-04-18 2017-04-18 A kind of message format conversion method and system

Country Status (1)

Country Link
CN (1) CN107172012A (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108882006A (en) * 2018-07-03 2018-11-23 武汉斗鱼网络科技有限公司 A kind of conversion method of message format, device, storage medium and android terminal
CN109005469A (en) * 2018-07-03 2018-12-14 武汉斗鱼网络科技有限公司 A kind of conversion method of message format, device, storage medium and android terminal
CN109032724A (en) * 2018-06-29 2018-12-18 武汉斗鱼网络科技有限公司 A kind of processing method, device, terminal and the storage medium of customized barrage message
CN109144495A (en) * 2018-08-16 2019-01-04 北京中科梧桐网络科技有限公司 A kind of JavaScript multi-format data processing model
CN109561104A (en) * 2018-12-28 2019-04-02 深圳市创梦天地科技有限公司 A kind of communication protocol conversion method and device
CN109617646A (en) * 2018-10-22 2019-04-12 中国平安财产保险股份有限公司 Message forwarding method, device, computer equipment and computer readable storage medium
CN109617647A (en) * 2018-10-22 2019-04-12 中国平安财产保险股份有限公司 Message forwarding method, device, computer equipment and computer readable storage medium
CN110933146A (en) * 2019-11-14 2020-03-27 厦门网宿有限公司 Data conversion method and device and server
CN111294320A (en) * 2018-12-07 2020-06-16 杭州海康威视系统技术有限公司 Data conversion method and device
CN111835710A (en) * 2020-05-29 2020-10-27 中国平安财产保险股份有限公司 Method and device for checking request body, computer equipment and storage medium
CN112565337A (en) * 2020-11-06 2021-03-26 北京奇艺世纪科技有限公司 Request transmission method, server, client, system and electronic equipment
CN112905687A (en) * 2021-03-26 2021-06-04 深圳壹账通智能科技有限公司 Data conversion method and device, electronic equipment and storage medium
CN113568925A (en) * 2021-08-03 2021-10-29 中电金信软件有限公司 Message data conversion method and device, electronic equipment and storage medium
CN114040018A (en) * 2021-10-11 2022-02-11 许昌许继软件技术有限公司 Data receiving and transmitting method and device based on JSON data format
CN114070886A (en) * 2021-11-17 2022-02-18 深圳壹账通智能科技有限公司 Message conversion method, device, equipment and medium
CN115951882A (en) * 2023-02-16 2023-04-11 中孚安全技术有限公司 Third-party interface format conversion platform and method based on vue

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102510377A (en) * 2011-10-31 2012-06-20 北京锐安科技有限公司 Webpage interaction accelerating asynchronous data processing method and system
CN103389895A (en) * 2012-08-30 2013-11-13 爱乐活(北京)科技有限公司 Method and system for generating front end page
CN104298550A (en) * 2014-10-09 2015-01-21 南通大学 Hadoop-oriented dynamic scheduling method
US9285977B1 (en) * 2014-10-09 2016-03-15 Wrap Media, LLC Card based package for distributing electronic media and services
CN106254336A (en) * 2016-07-29 2016-12-21 北京北信源软件股份有限公司 A kind of document transmission method based on File Mapping encryption
CN106293677A (en) * 2015-06-08 2017-01-04 阿里巴巴集团控股有限公司 A kind of code conversion method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102510377A (en) * 2011-10-31 2012-06-20 北京锐安科技有限公司 Webpage interaction accelerating asynchronous data processing method and system
CN103389895A (en) * 2012-08-30 2013-11-13 爱乐活(北京)科技有限公司 Method and system for generating front end page
CN104298550A (en) * 2014-10-09 2015-01-21 南通大学 Hadoop-oriented dynamic scheduling method
US9285977B1 (en) * 2014-10-09 2016-03-15 Wrap Media, LLC Card based package for distributing electronic media and services
CN106293677A (en) * 2015-06-08 2017-01-04 阿里巴巴集团控股有限公司 A kind of code conversion method and device
CN106254336A (en) * 2016-07-29 2016-12-21 北京北信源软件股份有限公司 A kind of document transmission method based on File Mapping encryption

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
EVANXU#: "URL转换成JSON对象", 《HTTPS://WWW.ITEYE.COM/BLOG/XSY-19850710-126-COM-861202》 *

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109032724A (en) * 2018-06-29 2018-12-18 武汉斗鱼网络科技有限公司 A kind of processing method, device, terminal and the storage medium of customized barrage message
CN109032724B (en) * 2018-06-29 2022-06-24 武汉斗鱼网络科技有限公司 Method, device, terminal and storage medium for processing user-defined bullet screen message
CN108882006A (en) * 2018-07-03 2018-11-23 武汉斗鱼网络科技有限公司 A kind of conversion method of message format, device, storage medium and android terminal
CN109005469A (en) * 2018-07-03 2018-12-14 武汉斗鱼网络科技有限公司 A kind of conversion method of message format, device, storage medium and android terminal
CN109005469B (en) * 2018-07-03 2021-07-23 武汉斗鱼网络科技有限公司 Message format conversion method and device, storage medium and android terminal
CN109144495A (en) * 2018-08-16 2019-01-04 北京中科梧桐网络科技有限公司 A kind of JavaScript multi-format data processing model
CN109617646B (en) * 2018-10-22 2022-10-25 中国平安财产保险股份有限公司 Message conversion method and device, computer equipment and computer readable storage medium
CN109617646A (en) * 2018-10-22 2019-04-12 中国平安财产保险股份有限公司 Message forwarding method, device, computer equipment and computer readable storage medium
CN109617647A (en) * 2018-10-22 2019-04-12 中国平安财产保险股份有限公司 Message forwarding method, device, computer equipment and computer readable storage medium
CN111294320A (en) * 2018-12-07 2020-06-16 杭州海康威视系统技术有限公司 Data conversion method and device
CN111294320B (en) * 2018-12-07 2022-08-16 杭州海康威视系统技术有限公司 Data conversion method and device
CN109561104A (en) * 2018-12-28 2019-04-02 深圳市创梦天地科技有限公司 A kind of communication protocol conversion method and device
CN110933146A (en) * 2019-11-14 2020-03-27 厦门网宿有限公司 Data conversion method and device and server
CN110933146B (en) * 2019-11-14 2022-09-16 厦门网宿有限公司 Data conversion method and device and server
CN111835710A (en) * 2020-05-29 2020-10-27 中国平安财产保险股份有限公司 Method and device for checking request body, computer equipment and storage medium
CN111835710B (en) * 2020-05-29 2023-08-15 中国平安财产保险股份有限公司 Method, device, computer equipment and storage medium for verifying request body
CN112565337A (en) * 2020-11-06 2021-03-26 北京奇艺世纪科技有限公司 Request transmission method, server, client, system and electronic equipment
CN112565337B (en) * 2020-11-06 2022-09-30 北京奇艺世纪科技有限公司 Request transmission method, server, client, system and electronic equipment
CN112905687A (en) * 2021-03-26 2021-06-04 深圳壹账通智能科技有限公司 Data conversion method and device, electronic equipment and storage medium
CN113568925A (en) * 2021-08-03 2021-10-29 中电金信软件有限公司 Message data conversion method and device, electronic equipment and storage medium
CN114040018A (en) * 2021-10-11 2022-02-11 许昌许继软件技术有限公司 Data receiving and transmitting method and device based on JSON data format
CN114070886A (en) * 2021-11-17 2022-02-18 深圳壹账通智能科技有限公司 Message conversion method, device, equipment and medium
CN115951882A (en) * 2023-02-16 2023-04-11 中孚安全技术有限公司 Third-party interface format conversion platform and method based on vue

Similar Documents

Publication Publication Date Title
CN107172012A (en) A kind of message format conversion method and system
WO2018023933A1 (en) Method and apparatus for generating mind map
CN102207870B (en) Adaptive method and system for multi-language version interface
CN107808035B (en) Intelligent decoration design system based on computer development
CN109815467B (en) Judicial mediation document intelligent generation method, system and device
CN105187265B (en) A kind of network flow watermark and source tracing method towards flow rate test
CN105159667B (en) A kind of web service interface call parameters conversion methods and system
CN102299934A (en) Voice input method based on cloud mode and voice recognition
KR20180118270A (en) Method for providing background image based on webtoon artist style
EA021257B1 (en) Method and system of graphics description and transformation
CN106845744A (en) The generation method and generating means of operation flow template
CN104899826A (en) Method of manufacturing mobile phone theme based on PSD analytic technique
CN106161662A (en) A kind of method and apparatus generating internet protocol address prefix
JP2019512776A (en) Language recognition method, apparatus and system
CN107888989A (en) A kind of interactive system and method live based on internet
CN107609487A (en) A kind of generation method and device of user&#39;s head portrait
CN107682196B (en) Method, system, equipment and storage medium for automatically generating and issuing distribution rule
CN106453517A (en) Configuration file generation method based on freemarker
CN103294461A (en) Method and system for realizing microlog background interface
CN104485036A (en) Automatic spoken language learning system
CN109739504B (en) Method for automatically generating H5 service handling page according to background configuration
CN109815450A (en) The method and device of XML file conversion Word file
CN106919615A (en) Data access method and system
CN107506339A (en) A kind of SCD nodes verification error localization method and device based on character skew
CN106953810A (en) The call method and device of template in a kind of WTC communication protocols

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170915

RJ01 Rejection of invention patent application after publication