Changes between Version 7 and Version 8 of app2.2.0/sign


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

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/sign

    v7 v8  
    881. 将请求参数转为json字符串形式(命名为str),字符串编码统一为utf-8。 
    992. sign = MD5(str + secretKey)。 
    10 3. 将sign到http请求头中(Sign: sign)。 
     103. 将sign设置到http请求头中(Sign: sign)。 
    11114. 用post方式将str作为参数,请求对应的接口。 
    1212}}}