|
|
## 对外接口需要通过portal-gateway透传到服务,公共参数 client_secret 和client_type
|
|
|
## 对外接口需要通过portal-gateway透传到服务,公共参数 client_type和client_secret
|
|
|
```json
|
|
|
client_keys:
|
|
|
- type: iphone
|
...
|
...
|
@@ -21,12 +21,13 @@ client_keys: |
|
|
|
|
|
- type: wechat
|
|
|
key: fd4ad5fcfa0de589ef238c0e7331b585
|
|
|
```
|
|
|
### client_secret 是md5加密字符串(按接口文档入参要求封装一个java对象,用fastjson转一下,post方式提交,转换为json格式字符串);形式为params=json格式字符串&client_type=yoho&client_secret=md5(params=json格式字符和client_type=yoho对应盐值)
|
|
|
### params={"productSkns":[50000074,50000076],"warehouseId":12}&client_type=yoho&client_secret=d488c0b90a68f881598253f75d0005ff
|
|
|
|
|
|
```
|
|
|
### 注意:
|
|
|
### 1.portal-gateway统一入参为key为params,value为按接口文档入参要求封装一个java对象,用fastjson转一下,post方式提交,转换为json格式字符串( params={"productSkns":[50000074,50000076],"warehouseId":12})
|
|
|
### 2.client_type是yoho,client_secret 是md5加密字符串(params=json格式字符串和client_type=yoho对应盐值(fd4ad5fcsa0de589af23234ks1923ks)的md5加密字符串)
|
|
|
### 3形式为:params=json格式字符串&client_type=yoho&client_secret=md5加密字符串(params={"productSkns":[50000074,50000076],"warehouseId":12}&client_type=yoho&client_secret=d488c0b90a68f881598253f75d0005ff)
|
|
|
### 开发服务器:http://192.168.102.210:8080/portal-gateway
|
|
|
### 测试服务器:http://192.168.102.47:8080/portal-gateway/
|
|
|
### 测试服务器:http://192.168.102.47:8080/portal-gateway
|
|
|
|
|
|
# 门店可卖上架商品接口服务定义
|
|
|
---------------------
|
...
|
...
|
|