企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
1.店铺发布 ~~~[api] post:https://ychd.nineopen.com/web/store_create unionId#用户唯一标识 store_head#店铺头像 json:store_banner#店铺图片 store_name#店铺名称 store_about#店铺简介 store_hours#店铺营业时间 latitude#纬度 longitude#经度 address#店铺详细地址 <<< success success <<< ~~~ 2.店铺信息 ~~~[api] post:https://ychd.nineopen.com/web/store_find int:store_id#店铺id ...... <<< success { "store_id": 12, "unionId": "oGwVH0lqS5-u2ts2Z2s1zCUjQWeM", "store_head": "https://ychd.nineopen.com/upload/20181227/fe184512528cfa1bf33a32ad4e1040bf.png", "store_banner": [ "https://ychd.nineopen.com/upload/20181227/bce401a6d0f3c0dd22ff2b90e6f124e7.jpg", "https://ychd.nineopen.com/upload/20181227/2f91c71918b033f483bdf1c85501711e.jpg" ], "store_name": "ms的店铺", "store_about": "3161945", "latitude": "33.58705", "longitude": "114.00664", "address": "河南省漯河市郾城区海河路269号", "store_hours": "10", "store_swa": 0, "create_time": "2018-12-27 11:54:48" } <<< ~~~ 3.店铺修改 ~~~[api] post:https://ychd.nineopen.com/web/store_update int:store_id#店铺id ....... <<< success "success" <<< ~~~ 4.店铺关注 ~~~[api] post:https://ychd.nineopen.com/web/store_focus store_id#店铺id unionId#用户唯一标识 <<< success success <<< error ~~~ 5.取消关注店铺 ~~~[api] post:https://ychd.nineopen.com/web/store_focus_cancel store_id#店铺id unionId#用户唯一标识 <<< success success <<< error ~~~ 6.店铺展示 ~~~[api] post:https://ychd.nineopen.com/web/store_show store_id#店铺id unionId#用户唯一标识 <<< success { "store": { "store_banner": [ "https://ychd.nineopen.com/upload/20181227/bce401a6d0f3c0dd22ff2b90e6f124e7.jpg", "https://ychd.nineopen.com/upload/20181227/2f91c71918b033f483bdf1c85501711e.jpg" ], "store_about": "3161945", "store_head": "https://ychd.nineopen.com/upload/20181227/fe184512528cfa1bf33a32ad4e1040bf.png" }, "is_focus": 0, "goods": [ { "goods_id": 2, "goods_banner1": "https://ychd.nineopen.com/upload/20181227/e507040ae35a01f9053164681259e202.png", "goods_name": "巧克力", "goods_new_price": 99 }, { "goods_id": 3, "goods_banner1": "https://ychd.nineopen.com/upload/20181227/2f0b2dc6c2fb69e519c28eee2325b3ef.png", "goods_name": "梨", "goods_new_price": 99 }, 注释:未关注:"is_focus": 0,已关注:"is_focus": 1 <<< error ~~~ 7.店铺商品列表 ~~~[api] post:https://ychd.nineopen.com/web/store_goods int:store_id#店铺id is_pass#审核状态0:正在审核,1审核通过,2审核未通过,100全部 int:page#页码 <<< success [ { "goods_id": 2, "is_del": 0, "store_id": 12, "cate_id": 1, "goods_banner1": "https://ychd.nineopen.com/upload/20181227/e507040ae35a01f9053164681259e202.png", "goods_banner2": "https://ychd.nineopen.com/upload/20181227/4d40ebcb938c0856e4c7db51f876bec2.png", "goods_banner3": "https://ychd.nineopen.com/upload/20181227/8f3836dc1912a9a5e04c1ac2f1e4c09a.png", "goods_name": "巧克力", "goods_price": 100, "goods_new_price": 99, "goods_start_time": "0000-00-00", "goods_end_time": null, "goods_swa": 108, "create_time": "2018-12-27 16:35:46" }, { "goods_id": 3, "is_del": 0, "store_id": 12, "cate_id": 1, "goods_banner1": "https://ychd.nineopen.com/upload/20181227/2f0b2dc6c2fb69e519c28eee2325b3ef.png", "goods_banner2": "https://ychd.nineopen.com/upload/20181227/3c9de7aaea8d1fa02c70c3366129b2d5.png", "goods_banner3": "https://ychd.nineopen.com/upload/20181227/a3680ffb31ea1aa93b00bd8f11ff3e17.png", "goods_name": "梨", "goods_price": 100, "goods_new_price": 99, "goods_start_time": "0000-00-00", "goods_end_time": null, "goods_swa": 8, "create_time": "2018-12-27 16:36:30" }, <<< error ~~~ 8.店铺访问统计 ~~~[api] post:https://ychd.nineopen.com/web/store_count int:store_id#店铺id <<< success { "swa": 1, "people": 1, "focus": 1 } <<< error ~~~ 9.优选店铺 ~~~[api] post:https://ychd.nineopen.com/web/good_shops int:page#页码 <<< success [ { "store_id": 17, "unionId": "", "store_head": null, "store_banner": null, "store_name": null, "store_about": null, "latitude": null, "longitude": null, "address": null, "store_hours": null, "store_swa": 0, "create_time": "2019-01-02 06:35:42" }, <<< error ~~~