文档
测试

信用额度查询(完成)

POST
http://localhost:8080/app/customer/queryCrediTline

接口描述

查询信用额度 大客户查询信用额度

请求参数

参数名
类型
描述
必填
mineCode
string
煤矿id
必填
customerId
number
客户id
必填
startDate
date
查询开始时间
必填
endDate
date
查询结束时间
必填
pageNo
number
示例:1
必填
pageSize
number
示例:10
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
errorCode
string
示例:-1
必填
msg
string
示例:操作成功
必填
list
array
数据列表
必填
id
string
示例:7
必填
remarks
string
示例:
必填
createBy
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
loginFlag
string
示例:1
必填
roleNames
string
示例:
必填
admin
boolean
示例:true
必填
createDate
string
示例:2020-03-09 16:01:57
必填
updateDate
string
示例:2020-03-09 16:01:57
必填
delFlag
string
示例:0
必填
custno
string
示例:100020200221002
必填
custnoName
string
示例:内蒙正能
必填
varno
string
示例:100020191230001
必填
varnoName
string
示例:末煤(一)
必填
creditvalue
number
示例:11100000
必填
effectivestartdate
string
示例:2020-03-09 16:01:55
必填
effectiveenddate
string
示例:2020-03-09 16:01:56
必填
company
object
数据字典
必填
id
string
示例:1
必填
delFlag
string
示例:0
必填
name
string
示例:乌兰集团
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
office
object
数据字典
必填
id
string
示例:3
必填
delFlag
string
示例:0
必填
name
string
示例:集团销售部门
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
minecode
object
数据字典
必填
id
string
示例:2
必填
delFlag
string
示例:0
必填
name
string
示例:特拉不拉
必填
sort
number
示例:30
必填
hasChildren
boolean
示例:false
必填
type
string
示例:2
必填
parentId
string
示例:0
必填
residueCredit
number
示例:11100000
必填
total
number
示例:1
必填

说明 / 示例

{ "id": "7", "remarks": "",//备注 "createBy": { "id": "1", "delFlag": "0", "loginFlag": "1", "roleNames": "", "admin": true }, "createDate": "2020-03-09 16:01:57",//创建时间 "updateDate": "2020-03-09 16:01:57",//更新时间 "delFlag": "0", "custno": "100020200221002", "custnoName": "内蒙正能",//客户 "varno": "100020191230001", "varnoName": "末煤(一)",//物资 "creditvalue": 11100000, // 额度值 "effectivestartdate": "2020-03-09 16:01:55",//有效开始日期 "effectiveenddate": "2020-03-09 16:01:56",// 有效结束日期 "company": { "id": "1", "delFlag": "0", "name": "乌兰集团",// 公司 "sort": 30, "hasChildren": false, "type": "2", "parentId": "0" }, "office": { "id": "3", "delFlag": "0", "name": "集团销售部门",// 部门 "sort": 30, "hasChildren": false, "type": "2", "parentId": "0" }, "minecode": { "id": "2", "delFlag": "0", "name": "特拉不拉",// 单位 "sort": 30, "hasChildren": false, "type": "2", "parentId": "0" }, "residueCredit": 11100000 // 剩余额度 }