Skip to content
New Future edited this page Oct 25, 2015 · 1 revision

/printer/info

打印店信息管理接口

  • 获取打印店信息 GET /printer/info/:id

GET /printer/info/12

返回数据

{
"status": 1,
"info":{
"id": 2,
"name": "打印店名",
"sch_id": "1",
"account": "nkutest",
"address": null,
"email": null,
"phone": null,
"qq": null,
"wechat": null,
"profile": null,
"image": null,
"open": null,
"status": "1",
"price": {"价格信息"},
"other": null
}
}
  • 修改打印店信息 PUT /printer/info/:id

PUT /printer/info/12

参数说明

  • name 店名
  • email 邮箱
  • address地址
  • email邮箱
  • phone手机
  • qqQQ
  • wechat微信号
  • profile说明信息
  • open营业时间
  • price.s 单面黑白价格
  • price.d 双面黑白价格
  • price.c_s彩印单面价格
  • price.c_d彩印双面价格
  • other其他优惠信息

返回数据

{
"status": 1,
"info":{"修改的数据"}
}

学生端接口

打印店端接口

约定说明

Clone this wiki locally