🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 新增 ~~~[api] post:/printer/add *int:customer_id=1# 客户ID *string:secret_key=000# 秘钥 *string:unique_code=000# 串码 <<< success ~~~ ## 列表 ~~~[api] post:/printer/list *int:customer_id=1# 客户ID *int:page=1#分页 *int:limit=10#条数 <<< success ~~~ ## 一个 ~~~[api] post:/printer/info *int:id=1#ID <<< success ~~~ ## 删除 ~~~[api] post:/printer/del *int:id=1#ID <<< success ~~~