🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# header头加入token ~~~[api] post:/api/merchant/equipment/edit_cash *string:name=默认值 #设备名称 *string:brand_id=默认值 #品牌id *string:equipment_id=默认值 #型号id *string:sn=默认值 #sn号 *string:status=默认值 #状态 *string:group_id=默认值 #门店id *string:id=默认值 #id <<< success { "code": 0, "msg": "编辑设备成功", "data": null } <<< error { "code": -1, "msg": "编辑设备失败", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- |