作者 刘朕
1 个管道 的构建 通过 耗费 1 秒

合并分支 'Branch_liuzhen' 到 'master'

店铺首页接口优化



查看合并请求 !273
... ... @@ -403,6 +403,7 @@ class Store extends Api
'msg':'返回成功',
"data": {
"id": 1,
"store_icon": "店铺图标",
"store_name": "123",
"image_arr": [
"http://cloud.caiyunpan.brotop.cn/assets/img/qrcode.png",
... ... @@ -416,6 +417,7 @@ class Store extends Api
$store = $this->get_store();
$return = [
'id' => $store['id'],
'store_icon' => $store['store_icon'] ? cdnurl($store['store_icon'],true) : cdnurl('/assets/img/avatar.png',true),
'store_name' => $store['store_name'],
'image_arr' => $store['image_arr'],
];
... ...