文档
测试
GET
/paper/sampleno/page

请求参数

参数名
类型
描述
必填
page
int
当前页数
必填
limit
int
每页记录数
必填
sentUnitName
String
送检单位
必填
sampleName
String
试样名
必填

说明 / 示例

返回值如下 - sentUnitName: 送检单位 - sampleName: 试样名 - norm 定量/尺寸 - sampleCode 试样编号 ``` json { "code": 0, "msg": "success", "data": { "total": 1, "list": [ { "id": "1386973166407360514", "sentUnitId": "1386965996668215297", "sentUnitName": "成都深龙造纸厂", "sampleId": "1386966257398734850", "sampleName": "牛皮纸", "norm": "120.0", "sampleCode": "CDSLNPZ120.0", "crtDt": "2021-04-27 17:19:06", "updDt": "2021-04-27 17:19:06" } ] } } ```