Authored by qianjun

Update purchase_allocation.md

... ... @@ -20,9 +20,7 @@ client_keys:
- type: wechat
key: fd4ad5fcfa0de589ef238c0e7331b585
client_secret 是md5加密字符串(按接口文档入参要求封装一个java对象,转换为json格式字符串。params=json格式字符串,client_type=yoho,client_secret=md5(params=json格式字符和client_type=web对应盐值)
例子已经发给你了。
就用fastjson转一下,post方式提交,这种方式最简单。
### client_secret 是md5加密字符串(按接口文档入参要求封装一个java对象,用fastjson转一下,post方式提交,转换为json格式字符串。params=json格式字符串,client_type=yoho,client_secret=md5(params=json格式字符和client_type=web对应盐值)。
... ...