Commit 3a0cb26a authored by qinhaitao's avatar qinhaitao

feat: 🎸 add session

parent 249a2cb0
......@@ -45,7 +45,7 @@ export default class ActivityTopService {
//淘宝top接口获取商品列表
async getItemListByIds(itemIds: string, seesion: string) {
try {
let result = await TBAPIS.getItemListByItemIds(this.context, itemIds, { fields: GOODSINFO })
let result = await TBAPIS.getItemListByItemIds(this.context, itemIds, { fields: GOODSINFO }, seesion)
if (result) {
let itemsData = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment