企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### ## 接口名称 Store/index ### 接口描述 服务详情action ### 演示地址 `http://SITE_URL/index.php?app=microshop&mod=Store&act=index` ### 输入参数 ~~~ (int)uid 用户id ~~~ ### 输出结果 ~~~ array(11) { ["uid"]=> string(1) "2" ["uname"]=> string(7) "TangGuo" ["occupation_name"]=> string(12) "婚纱摄影" ["face"]=> string(72) "http://www.candy.com/addons/theme/stv1/_static/image/noavatar/middle.jpg" ["address"]=> string(29) "北京市 北京市 朝阳区" ["store_image"]=> string(68) "http://demo-coutuan123.b0.upaiyun.com/2015/0519/10/555aa2c275a78.png" ["intro"]=> string(5) "candy" ["following_count"]=> int(0) ["follower_count"]=> int(0) ["service"]=> array(2) { [0]=> array(15) { ["service_id"]=> string(2) "76" ["title"]=> string(6) "婚庆" ["market_price"]=> int(12999) ["price"]=> int(6999) ["logo"]=> string(64) "http://www.candy.com/apps/microshop/_static/images/servicebg.png" ["uid"]=> string(1) "2" ["uname"]=> string(7) "TangGuo" ["face"]=> string(72) "http://www.candy.com/addons/theme/stv1/_static/image/noavatar/middle.jpg" ["occupation_id"]=> NULL ["occupation_name"]=> string(12) "婚纱摄影" ["collect_count"]=> int(0) ["category_id"]=> string(1) "3" ["category_name"]=> string(9) "摄影师" ["address"]=> string(29) "北京市 北京市 朝阳区" ["intro"]=> string(26) "此套餐是北京市....." } [1]=> array(15) { ["service_id"]=> string(3) "148" ["title"]=> string(6) "婚庆" ["market_price"]=> int(12999) ["price"]=> int(6999) ["logo"]=> string(64) "http://www.candy.com/apps/microshop/_static/images/servicebg.png" ["uid"]=> string(1) "2" ["uname"]=> string(7) "TangGuo" ["face"]=> string(72) "http://www.candy.com/addons/theme/stv1/_static/image/noavatar/middle.jpg" ["occupation_id"]=> NULL ["occupation_name"]=> string(12) "婚纱摄影" ["collect_count"]=> int(0) ["category_id"]=> string(1) "1" ["category_name"]=> string(12) "婚礼策划" ["address"]=> string(29) "北京市 北京市 朝阳区" ["intro"]=> string(26) "此套餐是北京市....." } } ["works"]=> array(2) { [0]=> array(10) { ["works_id"]=> string(2) "13" ["logo"]=> string(62) "http://www.candy.com/apps/microshop/_static/images/worksbg.png" ["title"]=> string(15) "人情恶温柔" ["address"]=> string(15) "发烧反对撒" ["active_time"]=> string(5) "20155" ["uid"]=> string(1) "2" ["uname"]=> string(7) "TangGuo" ["face"]=> string(72) "http://www.candy.com/addons/theme/stv1/_static/image/noavatar/middle.jpg" ["price"]=> int(231321) ["collect_count"]=> int(0) } [1]=> array(10) { ["works_id"]=> string(2) "12" ["logo"]=> string(62) "http://www.candy.com/apps/microshop/_static/images/worksbg.png" ["title"]=> string(12) "奋斗撒发" ["address"]=> string(21) "发烧地方都没有" ["active_time"]=> string(5) "20155" ["uid"]=> string(1) "2" ["uname"]=> string(7) "TangGuo" ["face"]=> string(72) "http://www.candy.com/addons/theme/stv1/_static/image/noavatar/middle.jpg" ["price"]=> int(21312) ["collect_count"]=> int(0) } } } ~~~