|
|
## 对外接口需要通过portal-gateway透传到服务,公共参数 client_secret 和client_type
|
|
|
client_keys:
|
|
|
- type: iphone
|
|
|
key: a85bb0674e08986c6b115d5e3a4884fa
|
|
|
|
|
|
- type: ipad
|
|
|
key: ad9fcda2e679cf9229e37feae2cdcf80
|
|
|
|
|
|
- type: android
|
|
|
key: fd4ad5fcfa0de589ef238c0e7331b585
|
|
|
|
|
|
- type: yoho
|
|
|
key: fd4ad5fcsa0de589af23234ks1923ks
|
|
|
|
|
|
- type: h5
|
|
|
key: fd4ad5fcfa0de589ef238c0e7331b585
|
|
|
|
|
|
- type: web
|
|
|
key: 0ed29744ed318fd28d2c07985d3ba633
|
|
|
|
|
|
- type: wechat
|
|
|
key: fd4ad5fcfa0de589ef238c0e7331b585
|
|
|
client_secret 是md5加密字符串(按接口文档入参要求封装一个java对象,转换为json格式字符串。params=json格式字符串,client_type=yoho,client_secret=md5(params=json格式字符和client_type=web对应盐值)
|
|
|
例子已经发给你了。
|
|
|
就用fastjson转一下,post方式提交,这种方式最简单。
|
|
|
|
|
|
|
|
|
|
|
|
# 门店可卖上架商品接口服务定义
|
|
|
---------------------
|
|
|
|
...
|
...
|
|