Changes between Initial Version and Version 1 of app2.2.0/sign


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

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/sign

    v1 v1  
     1[[TOC]] 
     2 
     3= 数据签名 = 
     4 
     5== 发送请求时,对请求参数进行签名 == 
     6 
     7> 线上:/appIntf/order/createOrder.jsp 
     8 
     9{{{#!java 
     101. 将请求参数转为json字符串形式,字符串编码统一为utf-8。 
     112. 在json字符串尾部拼接secretKey。 
     12}}}