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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/sign

    v8 v9  
    1616 
    1717{{{#!java 
    18 1. 接收到到请求或相应后将数据转为utf-8的字符串(命名为str)。 
     181. 接收到到请求或相应后将数据转为编码为utf-8的字符串(命名为str)。 
    19192. MD5(str + secretKey)得到签名(命名为signL)。 
    20203. 取出请求头或响应头中的签名Sign(命名为sign)。