billfeller

Results 105 issues of billfeller

# 商品详情页(含美妆单品详情页)上报接口: 请求体: ``` GET http://m.vip.com/ajaxapi-addProductIdToBH.html?s=1417770095624&productId=39070878 ``` 其中,productId表示商品ID 响应体: ``` json { "msg": "成功", "ret": 0 } ``` # 浏览历史列表接口 请求体: ``` GET http://m.vip.com/ajaxapi-queryBH.html?s=1417770095624&lsBHStr=39070878 ``` 其中,lsBHStr表示本地商品ID列表,用|分隔 响应体:直接读list字段即可;为空就展示"返回首页" ``` json {...

issues wiki

TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.

升级 isomorphic-fetch 版本为 3.0.0 将 node-fetch 依赖版本升级为 2.6.7 ,修复 node-fetch (< 2.6.7) 漏洞 CVE-2022-0235 http://horus.oa.com/advisory/HOSA-h0oi-ipysan7q4 @sorrycc