Update purchase_allocation.md
Showing
1 changed file
with
7 additions
and
6 deletions
1 | -## 对外接口需要通过portal-gateway透传到服务,公共参数 client_secret 和client_type | 1 | +## 对外接口需要通过portal-gateway透传到服务,公共参数 client_type和client_secret |
2 | ```json | 2 | ```json |
3 | client_keys: | 3 | client_keys: |
4 | - type: iphone | 4 | - type: iphone |
@@ -21,12 +21,13 @@ client_keys: | @@ -21,12 +21,13 @@ client_keys: | ||
21 | 21 | ||
22 | - type: wechat | 22 | - type: wechat |
23 | key: fd4ad5fcfa0de589ef238c0e7331b585 | 23 | key: fd4ad5fcfa0de589ef238c0e7331b585 |
24 | -``` | ||
25 | -### client_secret 是md5加密字符串(按接口文档入参要求封装一个java对象,用fastjson转一下,post方式提交,转换为json格式字符串);形式为params=json格式字符串&client_type=yoho&client_secret=md5(params=json格式字符和client_type=yoho对应盐值) | ||
26 | -### params={"productSkns":[50000074,50000076],"warehouseId":12}&client_type=yoho&client_secret=d488c0b90a68f881598253f75d0005ff | ||
27 | - | 24 | +``` |
25 | +### 注意: | ||
26 | +### 1.portal-gateway统一入参为key为params,value为按接口文档入参要求封装一个java对象,用fastjson转一下,post方式提交,转换为json格式字符串( params={"productSkns":[50000074,50000076],"warehouseId":12}) | ||
27 | +### 2.client_type是yoho,client_secret 是md5加密字符串(params=json格式字符串和client_type=yoho对应盐值(fd4ad5fcsa0de589af23234ks1923ks)的md5加密字符串) | ||
28 | +### 3形式为:params=json格式字符串&client_type=yoho&client_secret=md5加密字符串(params={"productSkns":[50000074,50000076],"warehouseId":12}&client_type=yoho&client_secret=d488c0b90a68f881598253f75d0005ff) | ||
28 | ### 开发服务器:http://192.168.102.210:8080/portal-gateway | 29 | ### 开发服务器:http://192.168.102.210:8080/portal-gateway |
29 | -### 测试服务器:http://192.168.102.47:8080/portal-gateway/ | 30 | +### 测试服务器:http://192.168.102.47:8080/portal-gateway |
30 | 31 | ||
31 | # 门店可卖上架商品接口服务定义 | 32 | # 门店可卖上架商品接口服务定义 |
32 | --------------------- | 33 | --------------------- |
-
Please register or login to post a comment