Changes between Version 2 and Version 3 of app2.2.0/sign


Ignore:
Timestamp:
10/27/2015 11:28:52 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/sign

    v2 v3  
    77{{{#!java 
    881. 将请求参数转为json字符串形式,字符串编码统一为utf-8。 
    9 2. 在json字符串尾部拼接secretKey。 
     92. sign = MD5(json + secretKey)。 
     103. 将sign放到http请求头中(Sign: sign)。 
     114. 用post方式将json字符串作为参数,请求对应的接口。 
    1012}}}