凯瑞欧医疗

凯瑞欧医疗


维保单列表

[TOC]

简要描述
  • 维保单列表
请求URL
  • /addons/shopro/order/policyList
请求方式
  • get
参数
参数名 必选 类型 说明
status int -1 全部;0:待确认;1:处理中;2:待收货;3:已处理
page int 密码
limit int 昵称
返回示例
  {
    "error_code": 0,
    "data": {
      "uid": "1",
      "username": "12154545",
      "name": "吴系挂",
      "groupid": 2 ,
      "reg_time": "1436864169",
      "last_login_time": "0",
    }
  }
返回参数说明
参数名 类型 说明
groupid int 用户组id,1:超级管理员;2:普通用户

CREATE TABLE jzfw_policy_order ( id int(7) NOT NULL AUTO_INCREMENT, order_sn varchar(32) DEFAULT '' COMMENT '订单编号', goods_from varchar(30) DEFAULT NULL COMMENT '器械来源', goods_name varchar(50) DEFAULT '' COMMENT '器械名称', goods_model varchar(30) DEFAULT NULL COMMENT '型号', createtime int(11) DEFAULT NULL, updatetime int(11) DEFAULT NULL, deletetime int(11) DEFAULT NULL, goods_image text COMMENT '商品图片', remarks varchar(255) DEFAULT NULL COMMENT '备注', uid int(7) DEFAULT NULL COMMENT '发起人', status int(7) DEFAULT '0' COMMENT '0:待确认;1:待处理;2:处理中;3:已处理', service_id int(7) DEFAULT '0' COMMENT '处理人', service_time int(11) DEFAULT NULL COMMENT '处理时间', service_remarks text COMMENT '处理备注', sure_time int(11) DEFAULT '0' COMMENT '确认时间', send_time int(11) DEFAULT '0' COMMENT '发货时间', recive_time int(11) DEFAULT '0' COMMENT '收或时间', solutions text COMMENT '处理方案', PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML