瀏覽代碼

客户端-增加获取商户上架的商品列表接口

sunxbiao 11 月之前
父節點
當前提交
7b3b9639e4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/controller/api/store/merchant/Merchant.php

+ 1 - 0
app/controller/api/store/merchant/Merchant.php

@@ -161,6 +161,7 @@ class Merchant extends BaseController
161 161
         foreach ($result['list'] as $productInfo) {
162 162
             $formatList[] = [
163 163
                 'type' => 0,//京东商品
164
+                'merId' => $productInfo['mer_id'],
164 165
                 'skuId' => '',//itemId 京东官方 已不返回skuId , 使用 联盟商品ID 代替skuId
165 166
                 'id' => $productInfo['product_id'] ?? '', //id
166 167
                 'name' => $productInfo['store_name'],//名称