@qq286531097
2017-04-18T09:13:17.000000Z
字数 1356
阅读 274
京越通新版修改
--->调用核心(shop.area.shoplist)[钟凯]
-->app接口名(get.shop.list)
传入数据见下
array('location_id' => $params['location_id'],'shop_number' => $params['shop_number'],'shop_name' => $params['shop_name'],'page_no' => $params['page_no'],'page_size' => $params['page_size'],'status' => '1',);tip:1.其中status指的是对应的是否需要判断对应的区位ID必填2.无必填项
返回数据见下
Array([list] => Array([0] => Array([shop_id] => 1[shop_name] => GAP官方[shop_descript] => 品牌旗舰店[shop_type] => flag[seller_id] => 1[status] => active[open_time] => 1453452023[close_time] => 1453874646[close_reason] => 暂时关闭[shop_logo] => http://images.bbc.shopex123.com/images/17/51/fb/f549893be4533e7b44d551606d0a2b85da9375ae.jpg[shopuser_name] => shopex01[qq] =>[wangwang] =>[email] => shopex01@test.com[mobile] => 15812345678[shopuser_identity] => 620321123456780012[shopuser_identity_img] =>[shop_area] => 上海[shop_addr] => 徐汇区桂林路[bulletin] =>[Vietnam_name] =>[Vietnam_descript] =>[id_type] =>[shop_number] => 12345678909[agreement_begin] => 0[agreement_end] => 0[frozentime_begin] => 0[frozentime_end] => 0[settle_type] => 1[settle_number] =>[location_id] => 1)))
-->APP接口名(get.shop.area.list)
无需传入数据
输出数据如下
Array([list] => Array([0] => Array([location_id] => 1[name] => A区[remarks] => A[order] => 1[create_time] => 1483595465[modify_time] =>[href] =>[recommend] => 0)[1] => Array([location_id] => 2[name] => B区[remarks] => B区[order] => 2[create_time] => 1483595485[modify_time] =>[href] =>[recommend] => 0)))