Update purchase_allocation.md
Showing
1 changed file
with
28 additions
and
0 deletions
1 | +## 对外接口需要通过portal-gateway透传到服务,公共参数 client_secret 和client_type | ||
2 | +client_keys: | ||
3 | + - type: iphone | ||
4 | + key: a85bb0674e08986c6b115d5e3a4884fa | ||
5 | + | ||
6 | + - type: ipad | ||
7 | + key: ad9fcda2e679cf9229e37feae2cdcf80 | ||
8 | + | ||
9 | + - type: android | ||
10 | + key: fd4ad5fcfa0de589ef238c0e7331b585 | ||
11 | + | ||
12 | + - type: yoho | ||
13 | + key: fd4ad5fcsa0de589af23234ks1923ks | ||
14 | + | ||
15 | + - type: h5 | ||
16 | + key: fd4ad5fcfa0de589ef238c0e7331b585 | ||
17 | + | ||
18 | + - type: web | ||
19 | + key: 0ed29744ed318fd28d2c07985d3ba633 | ||
20 | + | ||
21 | + - type: wechat | ||
22 | + key: fd4ad5fcfa0de589ef238c0e7331b585 | ||
23 | +client_secret 是md5加密字符串(按接口文档入参要求封装一个java对象,转换为json格式字符串。params=json格式字符串,client_type=yoho,client_secret=md5(params=json格式字符和client_type=web对应盐值) | ||
24 | +例子已经发给你了。 | ||
25 | +就用fastjson转一下,post方式提交,这种方式最简单。 | ||
26 | + | ||
27 | + | ||
28 | + | ||
1 | # 门店可卖上架商品接口服务定义 | 29 | # 门店可卖上架商品接口服务定义 |
2 | --------------------- | 30 | --------------------- |
3 | 31 |
-
Please register or login to post a comment