企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
1.商品列表 ~~~[api] get:https://faka.1yuantuoke.com/adminapi/product/product_list page#页码 limit#条数 <<< success <<< error ~~~ 2.商品添加 ~~~[api] post:https://faka.1yuantuoke.com/adminapi/product/product_add product_name#商品名称 product_price#价格 active_fee#卡片激活费 unit_name#单位 is_have_ticket#0不包含机票1包含 thumbnail#缩略图 slider_image#轮播图 gather_address#集合地点 city_start#出发城市 city_end#到达城市 going_max_num#最大出行人数 going_min_num#最少出行人数 map#地图经纬度 is_show#0下架1上架 content#内容 <<< success <<< error ~~~ 3.商品编辑 ~~~[api] put:https://faka.1yuantuoke.com/adminapi/product/product_edit product_id# <<< success <<< error ~~~ 4.商品上下架 ~~~[api] put:https://faka.1yuantuoke.com/adminapi/product/product_show product_id#数组 is_show# <<< success <<< error ~~~ 5.商品删除 ~~~[api] delete:https://faka.1yuantuoke.com/adminapi/product/product_del product_id#数组 <<< success <<< error ~~~