返回 API 文档索引

lwc-cloud-erp-system API 接口文档

shell-system 版本 3.0.14 272 个接口 54 个分组 351 个模型 来源: https://api.leadwaycloud.com/lwc-cloud-erp-system/v3/api-docs

服务地址

地址说明
http://localhost:8080开发环境
https://api.leadwaycloud.com测试环境

接口详情

PUT

/api/version/confirmPlatformVersion

版本管理 用户确认版本 OperationId: confirmPlatformVersion

调用方法

PUT /api/version/confirmPlatformVersion

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/userPerson/updateUserMobilePhone

用户个人管理 修改手机号 OperationId: updateUserMobilePhone

调用方法

PUT /api/userPerson/updateUserMobilePhone

参数

名称位置必填类型说明示例
newMobilePhonequerystring新手机号
newCaptchaquerystring新手机号验证码
oldCaptchaquerystring旧手机号验证码

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/userPerson/updateUserEmail

用户个人管理 修改邮箱 OperationId: updateUserEmail

调用方法

PUT /api/userPerson/updateUserEmail

参数

名称位置必填类型说明示例
newEmailquerystring新邮箱
newCaptchaquerystring新邮箱验证码
oldCaptchaquerystring旧邮箱验证码

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/userPerson/updatePassword

用户个人管理 修改密码 OperationId: updatePassword

调用方法

PUT /api/userPerson/updatePassword

参数

名称位置必填类型说明示例
oldPasswordquerystring旧密码
newPasswordquerystring新密码
captchaquerystring验证码

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/userPasswordRule/update/{merchantId}

用户密码规则管理 编辑密码规则 OperationId: updatePasswordRule

调用方法

PUT /api/userPasswordRule/update/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户号ID1

请求体

Content-Type: application/json 必填:类型: PasswordRuleDTO$UpdateDTO com.leadwaycloud.system.model.dto.PasswordRuleDTO$UpdateDTO

名称类型必填说明示例
companyIdinteger(int64)公司ID1
maxLengthinteger(int32)最大长度
minLengthinteger(int32)最小长度
neverExpiresAllowedboolean是否允许永不过期
numericDigitRequiredboolean是否必须包含数字
specialCharactersAllowedboolean允许特殊符号
specialCharactersRequiredboolean是否必须包含特殊符号
upperCaseCharactersRequiredboolean必需包含大写字母
lockoutDurationinteger(int32)自动签出时间(分)
validateDurationinteger(int32)有效期(天)
expirationNotificationboolean过期提醒
defaultPasswordValidateDurationinteger(int32)默认密码有效期

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
PUT

/api/userMall/yhd/updateUserMobilePhone

商城用户管理 修改手机号 OperationId: updateUserMobilePhone_1

调用方法

PUT /api/userMall/yhd/updateUserMobilePhone

参数

名称位置必填类型说明示例
newMobilePhonequerystring新手机号
newCaptchaquerystring新手机号验证码
oldCaptchaquerystring旧手机号验证码

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/user/update/{id}

用户管理 编辑用户 OperationId: update

调用方法

PUT /api/user/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

Content-Type: application/json 必填:类型: UserDTO$UpdateDTO com.leadwaycloud.system.model.dto.UserDTO$UpdateDTO

名称类型必填说明示例
userNamestring登录名称
namestring用户名称"hyj"
languagestring系统语言"zh_CN"
imagestring图片"xxxxx"
statusstring状态"ACTIVE"
readVersionInfoboolean是否已读更新版本信息
emailstring邮箱
signstring签名
passwordstring默认密码
forceUpdatePasswordboolean是否强制修改密码
mobilePhonestring手机号"131"
allowLoginChannelboolean允许登陆渠道(ERP:ERP_BACKEND,电商平台:ECOMMERCE_PLATFORM,供应商平台:SUPPLIER_PLATFORM)。如果有多个用,逗号隔开
userAuditStatusstring用户审核状态
idaasIdstringidaas唯一ID
externalCodestring外部编号

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUser com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser
PUT

/api/user/shell/updatePassword

用户管理-壳牌 修改密码 OperationId: updatePassword_1

调用方法

PUT /api/user/shell/updatePassword

参数

请求体

Content-Type: application/json 必填:类型: UpdateUserPasswordDTO com.leadwaycloud.system.shell.model.dto.UpdateUserPasswordDTO

名称类型必填说明示例
passwordstring密码
verificationCodestring验证码
oldPasswordstring旧密码

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/user/assignPermissions/{id}/{companyId}

用户管理 分配权限 OperationId: assignPermissions

调用方法

PUT /api/user/assignPermissions/{id}/{companyId}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID
companyIdpathinteger(int64)

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUser com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser
PUT

/api/user/assignManageableCompany/{id}

用户管理 分配可管理公司 OperationId: assignManageableCompany

调用方法

PUT /api/user/assignManageableCompany/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUser com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser
PUT

/api/uom/update/{id}

计量单位信息 修改计量单位接口 OperationId: update_1

调用方法

PUT /api/uom/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

Content-Type: application/json 必填:类型: SystemUomDTO$UpdateDTO com.leadwaycloud.system.model.dto.SystemUomDTO$UpdateDTO

名称类型必填说明示例
codestring编号"1"
namestring名称"公斤"
symbolstring符号"kg"
rationumber(double)换算率
activeboolean是否可用true
shortNamestring简称
isoShortNamestringISO名称

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysUom com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysUom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysUom
PUT

/api/trip-line/update/{id}

航线管理 修改航线数据 OperationId: updateTripLine

调用方法

PUT /api/trip-line/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID49

请求体

Content-Type: application/json 必填:类型: TripLineDTO$UpdateDTO com.leadwaycloud.system.model.dto.TripLineDTO$UpdateDTO

名称类型必填说明示例
namestring航线名称
descriptionstring描述
imagesstring图片
cruiseIdstring游船ID
codestring编号
statusstring状态"ACTIVE"
departureDatestring(date)出发日期"2021-10-11"
checkInLocalTime
cutOffLocalTime
daysinteger(int32)航行天数
themestring航线主题
titlestring标题
remarkstring备注
voyageIdstring航次ID
hotboolean???
enableboolean???
settleableboolean???
settledboolean???
deletedboolean是否删除
linestring明细对象
cruisestring邮轮详情
routesstring航线行程
weatherstring天气

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTripLine com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResTripLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTripLine
PUT

/api/trip-line/close/{id}

航线管理 关闭航程 OperationId: closeTripLine

调用方法

PUT /api/trip-line/close/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID49

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTripLine com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResTripLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTripLine
PUT

/api/tag/updateGroup/{groupId}

标签管理 编辑标签组信息 OperationId: updateGroup

调用方法

PUT /api/tag/updateGroup/{groupId}

参数

名称位置必填类型说明示例
groupIdpathinteger(int64)标签组ID0

请求体

Content-Type: application/json 必填:类型: TagGroupDTO$UpdateDTO com.leadwaycloud.system.model.dto.TagGroupDTO$UpdateDTO

名称类型必填说明示例
namestring组名称
descriptionstring描述

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/tag/update/{id}

标签管理 编辑标签 OperationId: update_2

调用方法

PUT /api/tag/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)标签ID0

请求体

Content-Type: application/json 必填:类型: TagDTO$UpdateDTO com.leadwaycloud.system.model.dto.TagDTO$UpdateDTO

名称类型必填说明示例
namestring名称
statusstring状态(ACTIVE:可用,DEACTIVATE:停用)
groupIdinteger(int64)组ID
descriptionstring描述

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sys/property/updateList

系统公用属性 批量编辑系统属性 OperationId: updateList

调用方法

PUT /api/sys/property/updateList

参数

请求体

Content-Type: application/json 必填:类型: SysPropertyDTO$UpdateDTO[] com.leadwaycloud.system.model.dto.SysPropertyDTO$UpdateDTO

名称类型必填说明示例
(array)SysPropertyDTO$UpdateDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/sys/property/update/{id}

系统公用属性 编辑系统属性 OperationId: update_3

调用方法

PUT /api/sys/property/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)属性ID0

请求体

Content-Type: application/json 必填:类型: SysPropertyDTO$UpdateDTO com.leadwaycloud.system.model.dto.SysPropertyDTO$UpdateDTO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
groupstring分组
activeboolean是否可用
valstring属性值
descriptionstring描述
parentIdinteger(int64)上一级
sequenceinteger(int32)排序
hideboolean是否隐藏

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/shift-reconciliation-config/shell/update/{id}

班结配置-壳牌 编辑班结配置 OperationId: update_4

调用方法

PUT /api/shift-reconciliation-config/shell/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)班结配置ID

请求体

Content-Type: application/json 必填:类型: string

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/role/update/{id}

角色管理 编辑角色 OperationId: update_5

调用方法

PUT /api/role/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

Content-Type: application/json 必填:类型: RoleDTO$UpdateDTO com.leadwaycloud.system.model.dto.RoleDTO$UpdateDTO

名称类型必填说明示例
namestring角色名称"运维组"
descriptionstring描述"公司ERP系统维护人员"
functionIdListinteger(int64)[]功能ID集合
templateboolean是否是模板true
companyTypestring公司类型"STORE"
appIdinteger(int64)sys_app.id

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRole com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRole

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRole
PUT

/api/role/assignUser/{id}

角色管理 分配用户 OperationId: assignPermissions_1

调用方法

PUT /api/role/assignUser/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRole com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRole

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRole
PUT

/api/reportGroup/update/{id}

报表分类 编辑报表分类 OperationId: update_6

调用方法

PUT /api/reportGroup/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)报表分类ID

请求体

Content-Type: application/json 必填:类型: SysReportGroupDTO$UpdateDTO com.leadwaycloud.system.model.dto.SysReportGroupDTO$UpdateDTO

名称类型必填说明示例
namestring名称
statusstring状态

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysReportGroup com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysReportGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReportGroup
PUT

/api/reportDashboard/update/{id}

仪表板配置 编辑仪表板配置 OperationId: update_7

调用方法

PUT /api/reportDashboard/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)仪表板配置ID

请求体

Content-Type: application/json 必填:类型: ReportDashboardDTO$UpdateDTO com.leadwaycloud.system.model.dto.ReportDashboardDTO$UpdateDTO

名称类型必填说明示例
modelIdinteger(int64)模型ID608486975133453
userIdinteger(int64)用户ID618708628295069
companyIdinteger(int64)公司ID574533689957252
merchantIdinteger(int64)商户号ID574533689957248
reportDashboardLayoutDTOListSysReportDashboardLayoutDTO[]仪表盘自定义布局配置集合
delReportDashboardLayoutListinteger(int64)[]删除明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysReportDashboard com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysReportDashboard

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReportDashboard
PUT

/api/report/bindReportRole

报表配置 编辑报表绑定用户或者角色 OperationId: bindReportRole

调用方法

PUT /api/report/bindReportRole

参数

请求体

Content-Type: application/json 必填:类型: ReportDTO$BindReportRoleDTO com.leadwaycloud.system.model.dto.ReportDTO$BindReportRoleDTO

名称类型必填说明示例
companyIdinteger(int64)公司ID574533689957252
reportIdinteger(int64)报表ID628765092806207
userIdListinteger(int64)[]用户ID集合
roleIdListinteger(int64)[]角色ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/report/bindReportGroup

报表配置 绑定报表分类 OperationId: bindReportGroup

调用方法

PUT /api/report/bindReportGroup

参数

请求体

Content-Type: application/json 必填:类型: ReportDTO$BindReportGroupDTO com.leadwaycloud.system.model.dto.ReportDTO$BindReportGroupDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
reportIdinteger(int64)报表ID
reportGroupIdListinteger(int64)[]报表分类ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/reasonCode/update/{id}

原因码管理 编辑原因码 OperationId: update_8

调用方法

PUT /api/reasonCode/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)原因码ID0

请求体

Content-Type: application/json 必填:类型: ReasonCodeDTO$UpdateDTO com.leadwaycloud.system.model.dto.ReasonCodeDTO$UpdateDTO

名称类型必填说明示例
codestring编号
namestring名称
typeIdinteger(int64)类型ID
externalCodestring外部编号

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/rating/update

评价管理 编辑评价 OperationId: update_9

调用方法

PUT /api/rating/update

参数

请求体

Content-Type: application/json 必填:类型: ResRatingDTO$UpdateDTO com.leadwaycloud.system.model.dto.res.ResRatingDTO$UpdateDTO

名称类型必填说明示例
idinteger(int64)id
ratingTplIdinteger(int64)模版id
originTypestring源订单类型
originIdinteger(int64)源订单id
totalPenaltynumber(double)总扣分
statusstring状态
resIssuesRatingLineListResRatingLineDTO[]修改问题评价明细集合
delResIssuesRatingLineListinteger(int64)[]删除问题评价明细集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/rating/topic/update

评价题库管理 编辑评价题库 OperationId: update_10

调用方法

PUT /api/rating/topic/update

参数

请求体

Content-Type: application/json 必填:类型: ResRatingTopicDTO$UpdateDTO com.leadwaycloud.system.model.dto.res.ResRatingTopicDTO$UpdateDTO

名称类型必填说明示例
idinteger(int64)id
ratingCategoryIdinteger(int64)评价分类id
contentstring内容
totalScoreinteger(int64)总分
merchantIdinteger(int64)商户id
statusstring状态

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/rating/topic/cancel/{id}

评价题库管理 删除评价题库 OperationId: cancel

调用方法

PUT /api/rating/topic/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)题库ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/rating/template/update

评价模版管理 编辑评价模版 OperationId: update_11

调用方法

PUT /api/rating/template/update

参数

请求体

Content-Type: application/json 必填:类型: ResRatingTemplateDTO$UpdateDTO com.leadwaycloud.system.model.dto.res.ResRatingTemplateDTO$UpdateDTO

名称类型必填说明示例
idinteger(int64)id
typestring模版类型(合同/其他)
totalPenaltynumber(double)总扣分
notestring备注
statusstring问题内容
namestring名称
ratingTopicIdListinteger(int64)[]题库ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/rating/template/cancel/{id}

评价模版管理 删除评价模版 OperationId: cancel_1

调用方法

PUT /api/rating/template/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)问题评价模版ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/rating/category/update

评价分类管理 编辑评价分类 OperationId: update_12

调用方法

PUT /api/rating/category/update

参数

请求体

Content-Type: application/json 必填:类型: ResRatingCategoryDTO$UpdateDTO com.leadwaycloud.system.model.dto.res.ResRatingCategoryDTO$UpdateDTO

名称类型必填说明示例
idinteger(int64)id
namestring名称
codestring编号
parentIdinteger(int64)上一级id
merchantIdinteger(int64)商户id
idChainstring完整的组织结构
statusstring状态
ratingUserIdinteger(int64)评价人ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/rating/category/cancel/{id}

评价分类管理 删除评价分类 OperationId: cancel_2

调用方法

PUT /api/rating/category/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)分类ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/rating/cancel/{id}

评价管理 删除评价 OperationId: cancel_3

调用方法

PUT /api/rating/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)评价ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/loginConfig/update/{id}

用户登录配置 编辑登录配置 OperationId: update_13

调用方法

PUT /api/loginConfig/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)配置ID0

请求体

Content-Type: application/json 必填:类型: LoginConfigDTO$UpdateDTO com.leadwaycloud.system.model.dto.LoginConfigDTO$UpdateDTO

名称类型必填说明示例
enableDualVerifyboolean是否开启双重验证(密码+验证码)
enableEmailVerifyboolean是否开启邮件验证
enableShortMessageVerifyboolean是否开启短信验证
loginErrorCountCheckboolean登录错误次数校验
allowErrorCountinteger(int32)允许错误次数
lockTimeinteger(int32)锁定时间
lockTimeUomstring锁定时间单位(分、时、天)"DAY"

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResLoginConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResLoginConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLoginConfig
PUT

/api/login/forgotPassword

用户登录 忘记密码 OperationId: forgotPassword

调用方法

PUT /api/login/forgotPassword

参数

请求体

Content-Type: application/json 必填:类型: ForgotPasswordDTO com.leadwaycloud.system.model.dto.login.ForgotPasswordDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
userNamestring用户名
mobilePhonestring手机号
captchastring验证码
passwordstring需要修改的密码

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/login/accountActivation

用户登录 账号激活 OperationId: accountActivation

调用方法

PUT /api/login/accountActivation

参数

请求体

Content-Type: application/json 必填:类型: AccountActivationDTO com.leadwaycloud.system.model.dto.login.AccountActivationDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
userNamestring用户名
captchastring验证码
passwordstring需要初始化的密码

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/log/clearConfig/update/{id}

日志管理 编辑清理配置 OperationId: updateClearConfig

调用方法

PUT /api/log/clearConfig/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

Content-Type: application/json 必填:类型: LogClearConfigDTO$UpdateDTO com.leadwaycloud.system.model.dto.LogClearConfigDTO$UpdateDTO

名称类型必填说明示例
reserveTimeinteger(int32)保留时间(单位:月)1
statusstring状态(ACTIVE, DEACTIVATE)
hoststringIP地址

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/lang-translation/translation/update/{id}

语言于翻译字典 更新商户翻译字典 OperationId: updateTranslation

调用方法

PUT /api/lang-translation/translation/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)

请求体

Content-Type: application/json 必填:类型: TranslationDTO$UpdateDTO com.leadwaycloud.system.model.dto.TranslationDTO$UpdateDTO

名称类型必填说明示例
merchantIdinteger(int64)商户
translationIdinteger(int64)语言
valuestring翻译

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTranslation com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResTranslation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTranslation
PUT

/api/lang-translation/lang/update/{id}

语言于翻译字典 商户自定义语言设置 OperationId: updateLang

调用方法

PUT /api/lang-translation/lang/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

Content-Type: application/json 必填:类型: LangDTO$UpdateDTO com.leadwaycloud.system.model.dto.LangDTO$UpdateDTO

名称类型必填说明示例
merchantIdinteger(int64)商户
langIdinteger(int64)语言
directionstring排序方向"ltr"
thousandsSepstring千分位符号
translatableboolean是否有翻译false
dateFormatstring日期格式"%Y年%m月%d日"
timeFormatstring时间格式"%H时%M分%S秒"
decimalPointstring小数点符号"."
weekStartinteger(int32)每周开始天

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResLang com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResLang

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLang
PUT

/api/issues/update

问题信息 编辑问题 OperationId: update_14

调用方法

PUT /api/issues/update

参数

请求体

Content-Type: application/json 必填:类型: ResIssuesDTO$UpdateDTO com.leadwaycloud.system.model.dto.res.ResIssuesDTO$UpdateDTO

名称类型必填说明示例
idinteger(int64)id
titlestring问题标题
contentstring问题内容
originIdinteger(int64)业务ID
originTypestring合同/其他
statusstring状态
startDatestring(date)开始日期
endDatestring(date)结束日期
assignPersonIdListinteger(int64)[]指派人ID集合
prioritystring 优先级
associatedTagDTOTagDTO$AssociatedTagDTO
modelstring类型
fileinteger(int64)附件
departmentIdListinteger(int64)[] 部门集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/issues/comment/update

问题评论管理 编辑问题评论 OperationId: update_15

调用方法

PUT /api/issues/comment/update

参数

请求体

Content-Type: application/json 必填:类型: ResIssuesCommentDTO$UpdateDTO com.leadwaycloud.system.model.dto.res.ResIssuesCommentDTO$UpdateDTO

名称类型必填说明示例
idinteger(int64)评论ID
contentstring问题内容
statusstring问题内容
operatorIdinteger(int64)操作人ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/issues/comment/cancel/{id}

问题评论管理 删除问题评论 OperationId: cancel_4

调用方法

PUT /api/issues/comment/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)问题ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/issues/cancel/{id}

问题信息 取消问题 OperationId: cancel_5

调用方法

PUT /api/issues/cancel/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)问题ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/idaasConfig/updateConfig

IDaaS配置管理 编辑IDaaS配置 OperationId: updateConfig

调用方法

PUT /api/idaasConfig/updateConfig

参数

请求体

Content-Type: application/json 必填:类型: IdaasConfigDTO com.leadwaycloud.system.model.dto.idaas.IdaasConfigDTO

名称类型必填说明示例
idinteger(int64)ID
appIdstring应用ID
jwkUrlstringJWK URL地址
jwkJsonstringJWK JSON内容(可选,用于离线验证)
encryptKeystring加密密钥
activeboolean是否可用

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResIdaasConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResIdaasConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResIdaasConfig
PUT

/api/externalApplication/update-mapping

外部应用管理 编辑数据映射关系 OperationId: updateMapping

调用方法

PUT /api/externalApplication/update-mapping

参数

请求体

Content-Type: application/json 必填:类型: ExternalDataMappingDTO$BatchUpdateDTO com.leadwaycloud.system.model.dto.ExternalDataMappingDTO$BatchUpdateDTO

名称类型必填说明示例
addDTOListExternalDataMappingDTO$AddDTO[]添加映射对象集合
updateDTOListExternalDataMappingDTO$UpdateDTO[]编辑映射对象集合
delIdListinteger(int64)[]删除映射对象ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/externalApplication/update-config/{id}

外部应用管理 编辑应用基础配置 OperationId: updateConfig_1

调用方法

PUT /api/externalApplication/update-config/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)应用配置ID0

请求体

Content-Type: application/json 必填:类型: ExternalAppConfigDTO$UpdateDTO com.leadwaycloud.system.model.dto.ExternalAppConfigDTO$UpdateDTO

名称类型必填说明示例
businessDatestring(date)营业日
shiftNointeger(int32)班次
insertCoinsstring投币
cashOutstring现金出
customersLeaveWithoutPayingstring跑单
oilGunTeststring油枪测试
syncNonOilStockboolean是否同步非油库存
isAutoShelfboolean是否自动上架

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/endOfDayConfig/shell/update/{id}

日结配置-壳牌 编辑日结配置 OperationId: update_16

调用方法

PUT /api/endOfDayConfig/shell/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)日结配置ID

请求体

Content-Type: application/json 必填:类型: EndOfDayConfigDTO$UpdateDTO com.leadwaycloud.system.shell.model.dto.EndOfDayConfigDTO$UpdateDTO

名称类型必填说明示例
startBusinessDatestring(date)初始营业日
autoEndOfDayboolean开启自动日结
dryNegativeStockCheckboolean开启非油负库存校验
fuelInventorySummaryboolean开启油品帐存差异校验
fuelInventorySummaryConfigDTOListEndOfDayConfigDTO$ResFuelInventorySummaryConfigDTO[]油品帐存差异配置明细
delFuelInventorySummaryConfigIdListinteger(int64)[]删除油品帐存差异配置明细ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/email/template/update/{id}

邮件模板管理 编辑 OperationId: update_17

调用方法

PUT /api/email/template/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

Content-Type: application/json 必填:类型: EmailTemplateDTO$UpdateDTO com.leadwaycloud.system.model.dto.EmailTemplateDTO$UpdateDTO

名称类型必填说明示例
titlestring标题
statusstring状态
contentstring内容
ccRolestring抄送角色
ccUserstring抄送用户ID集合
addresseeUserstring收件用户ID集合
notifySupplierboolean通知供应商

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/dynamic-task/update/{id}

动态任务管理 编辑任务 OperationId: updateDynamicTask

调用方法

PUT /api/dynamic-task/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)任务ID1

请求体

Content-Type: application/json 必填:类型: DynamicTaskDTO com.leadwaycloud.system.model.dto.DynamicTaskDTO

名称类型必填说明示例
companyIdinteger(int64)公司ID1
merchantIdinteger(int64)商户ID1
namestring名称
codestring代码
cronstringcron表达式
issuedSystemstring推送系统"1"
issuedTypestring推送类型"1"
isActiveboolean是否启用
lastTimestring(date-time)最后推送时间
taskConfigstring任务配置

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResDynamicTask com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResDynamicTask

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResDynamicTask
PUT

/api/dynamic-task/last-time/{id}/{lastTime}

动态任务管理 更新任务执行时间 OperationId: updateTaskLastTime

调用方法

PUT /api/dynamic-task/last-time/{id}/{lastTime}

参数

名称位置必填类型说明示例
idpathinteger(int64)任务ID1
lastTimepathstring执行时间"2023-06-05 12:12:45.123"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResDynamicTask com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResDynamicTask

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResDynamicTask
PUT

/api/dynamic-task/action/{id}/{actionType}

动态任务管理 停止/恢复指定任务 OperationId: pauseDynamicTask

调用方法

PUT /api/dynamic-task/action/{id}/{actionType}

参数

名称位置必填类型说明示例
idpathinteger(int64)任务ID1
actionTypepathstring任务操作(pause|resume)"pause"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResDynamicTask com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResDynamicTask

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResDynamicTask
PUT

/api/currency/update/{id}

货币信息 修改货币接口 OperationId: update_18

调用方法

PUT /api/currency/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

Content-Type: application/json 必填:类型: CurrencyDTO$UpdateDTO com.leadwaycloud.system.model.dto.CurrencyDTO$UpdateDTO

名称类型必填说明示例
codestring编号"CNY"
namestring名称"人民币"
symbolstring符号"¥"
imagestring图片
roundinginteger(int32)四舍五入精度
activeboolean是否可用true
calcRateboolean是否计算汇率true
calcRateUnitnumber(double)汇率计算单位
roundingTypestring金额进舍规则:0=全部进位,1=全部舍位,2=四舍五入"2"

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysCurrency com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysCurrency

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrency
PUT

/api/currency/synchronize/currency-rate

货币信息 同步货币汇率接口 OperationId: synchronizeCurrencyRate

调用方法

PUT /api/currency/synchronize/currency-rate

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/contact/update/{id}

联系地址管理 编辑联系地址 OperationId: update_19

调用方法

PUT /api/contact/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

Content-Type: application/json 必填:类型: ContactDTO$UpdateDTO com.leadwaycloud.system.model.dto.ContactDTO$UpdateDTO

名称类型必填说明示例
countryIdinteger(int64)国家ID1
stateIdinteger(int64)省、直辖市ID1
cityIdinteger(int64)城市ID1
areaIdinteger(int64)区、县ID1
streetIdinteger(int64)街道ID1
addressstring详细地址"1"
postcodestring邮编"1"
phonestring电话"1"
faxstring传真"1"
emailstring邮箱"邮箱"
mobilestring手机"1"

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResContact com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResContact

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResContact
PUT

/api/companyGroup/update/{id}

公司组管理 编辑公司组 OperationId: update_20

调用方法

PUT /api/companyGroup/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)公司组ID

请求体

Content-Type: application/json 必填:类型: CompanyGroupDTO$UpdateDTO com.leadwaycloud.system.model.dto.CompanyGroupDTO$UpdateDTO

名称类型必填说明示例
statusstring状态
namestring名称
descriptionstring描述
typestring类型

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/company/update/{id}

公司管理 编辑公司 OperationId: update_21

调用方法

PUT /api/company/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

Content-Type: application/json 必填:类型: CompanyDTO$UpdateDTO com.leadwaycloud.system.model.dto.CompanyDTO$UpdateDTO

名称类型必填说明示例
namestring公司名称"立威云"
imagestring公司LOGO"xxx.logo"
sloganstring公司标语"111"
statusstring状态"IN_OPERATION"
otherCodestring其他编号"AAAA-01"
updateContactDTOContactDTO$UpdateDTO
updateFinanceInvoiceTitleDTOFinanceInvoiceTitleDTO$UpdateDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResCompany com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResCompany

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResCompany
PUT

/api/company/assignAdministrativeUsers/{id}

公司管理 分配可管理公司用户 OperationId: assignAdministrativeUsers

调用方法

PUT /api/company/assignAdministrativeUsers/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResCompany com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResCompany

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResCompany
PUT

/api/calendar/sysUpdate

日历管理 更新系统日历 OperationId: sysUpdate

调用方法

PUT /api/calendar/sysUpdate

参数

名称位置必填类型说明示例
yearqueryinteger(int32)按年份更新2024

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/calendar/resUpdate

日历管理 更新商户日志 OperationId: resUpdate

调用方法

PUT /api/calendar/resUpdate

参数

请求体

Content-Type: application/json 必填:类型: ResCalendarDTO$UpdateDTO[] com.leadwaycloud.system.model.dto.ResCalendarDTO$UpdateDTO

名称类型必填说明示例
(array)ResCalendarDTO$UpdateDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/application/updateKey/{id}

应用管理 公私密钥更新 OperationId: updateKey

调用方法

PUT /api/application/updateKey/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResApplication com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResApplication

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResApplication
PUT

/api/application/update/{id}

应用管理 编辑 OperationId: update_22

调用方法

PUT /api/application/update/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)应用ID1

请求体

Content-Type: application/json 必填:类型: string

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
PUT

/api/application/refreshToken/{id}

应用管理 刷新应用token OperationId: refreshToken

调用方法

PUT /api/application/refreshToken/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)应用ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userPerson/updateInfo

用户个人管理 用户个人信息修改 OperationId: personalCenterUpdate

调用方法

POST /api/userPerson/updateInfo

参数

请求体

Content-Type: application/json 必填:类型: UserPersonalCenterDTO com.leadwaycloud.system.model.dto.UserPersonalCenterDTO

名称类型必填说明示例
namestring用户名称
languagestring系统语言
imagestring图片

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
POST

/api/userMall/unfreezeUser

商城用户管理 冻结用户解除 OperationId: unfreezeUser

调用方法

POST /api/userMall/unfreezeUser

参数

名称位置必填类型说明示例
userIdqueryinteger(int64)待解除冻结用户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userMall/unbindUser

商城用户管理 解绑用户 OperationId: unbindUser

调用方法

POST /api/userMall/unbindUser

参数

名称位置必填类型说明示例
userIdqueryinteger(int64)待解绑用户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userMall/transferMasterUser

商城用户管理 转移主用户 OperationId: transferMasterUser

调用方法

POST /api/userMall/transferMasterUser

参数

名称位置必填类型说明示例
userIdqueryinteger(int64)主账号转移到的用户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userMall/registerMallUser

商城用户管理 注册商城用户 OperationId: registerMallUser

调用方法

POST /api/userMall/registerMallUser

参数

请求体

Content-Type: application/json 必填:类型: RegisterMallUserDTO com.leadwaycloud.system.model.dto.register.RegisterMallUserDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
customerNamestring客户名称
contactPersonNamestring联系人名称
userNamestring用户名
nickNamestring昵称
mobilePhonestring手机号
captchastring验证码

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userMall/joinCustomer

商城用户管理 加入企业 OperationId: joinCustomer

调用方法

POST /api/userMall/joinCustomer

参数

名称位置必填类型说明示例
customerNamequerystring待加入企业名称
contactPersonNamequerystring联系人名称

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userMall/joinCustomerReject

商城用户管理 审核用户加入企业-驳回 OperationId: joinCustomerReject

调用方法

POST /api/userMall/joinCustomerReject

参数

名称位置必填类型说明示例
userIdqueryinteger(int64)待审核用户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userMall/joinCustomerApprove

商城用户管理 审核用户加入企业-同意 OperationId: joinCustomerApprove

调用方法

POST /api/userMall/joinCustomerApprove

参数

名称位置必填类型说明示例
userIdqueryinteger(int64)待审核用户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userMall/freezeUser

商城用户管理 冻结用户 OperationId: freezeUser

调用方法

POST /api/userMall/freezeUser

参数

名称位置必填类型说明示例
userIdqueryinteger(int64)待冻结用户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userMall/deleteUser

商城用户管理 注销用户 OperationId: deleteUser

调用方法

POST /api/userMall/deleteUser

参数

名称位置必填类型说明示例
captchaquerystring验证码

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userCaptcha/verificationGraphicCaptcha

用户验证码 检查用户图形验证码 OperationId: verificationGraphicCaptcha

调用方法

POST /api/userCaptcha/verificationGraphicCaptcha

参数

名称位置必填类型说明示例
captchaTypequerystring验证码类型(由前端控制)
businessKeyquerystring业务值(前端传UUID,后续校验也需要根据这个UUID进行校验)
graphicCaptchaquerystring图形验证码

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userCaptcha/verificationCaptcha

用户验证码 检查用户验证码 OperationId: verificationCaptcha

调用方法

POST /api/userCaptcha/verificationCaptcha

参数

名称位置必填类型说明示例
captchaTypequerystring用户验证码业务类型 【 FORGET_PASSWORD : LOGIN : ACCOUNT_ACTIVATION : ACCOUNT_DELETE : UPDATE_PASSWORD : MALL_CUSTOMER_CONTACT_REGISTER : UPDATE_MOBILE_PHONE_OLD : UPDATE_MOBILE_PHONE_NEW : UPDATE_EMAIL_OLD : UPDATE_EMAIL_NEW : TWO_FACTOR_AUTHENTICATION : 】
businessKeyquerystring业务值(手机号,用户ID,邮箱)
captchaquerystring验证码

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/userCaptcha/sendGraphicCaptcha

用户验证码 发送用户图形验证码 OperationId: sendGraphicCaptcha

调用方法

POST /api/userCaptcha/sendGraphicCaptcha

参数

名称位置必填类型说明示例
captchaTypequerystring验证码类型(由前端控制)
businessKeyquerystring业务值(前端传UUID,后续校验也需要根据这个UUID进行校验)
widthqueryinteger(int32)图形宽度
heightqueryinteger(int32)图形高度

请求体

响应

状态码: 200 说明: OK

POST

/api/userCaptcha/sendCaptcha

用户验证码 发送用户验证码 OperationId: sendCaptcha

调用方法

POST /api/userCaptcha/sendCaptcha

参数

名称位置必填类型说明示例
captchaTypequerystring用户验证码业务类型 【 FORGET_PASSWORD : LOGIN : ACCOUNT_ACTIVATION : ACCOUNT_DELETE : UPDATE_PASSWORD : MALL_CUSTOMER_CONTACT_REGISTER : UPDATE_MOBILE_PHONE_OLD : UPDATE_MOBILE_PHONE_NEW : UPDATE_EMAIL_OLD : UPDATE_EMAIL_NEW : TWO_FACTOR_AUTHENTICATION : 】
merchantIdqueryinteger(int64)商户号ID
userIdqueryinteger(int64)用户ID(验证用户)
userNamequerystring用户名(验证用户)
mobilePhonequerystring手机号(验证用户||没账户的情况下发送SMS)
emailquerystring邮箱(验证用户||没账户的情况下发送邮件)
captchaSendTypequerystring验证码发送类型 【 SMS : EMAIL : 】
validTimequeryinteger(int32)验证码有效期,单位:秒
smsTemplateCodequerystring短信模版编号,默认 CAPTCHA

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/user/shell/exportUserRole

用户管理-壳牌 导出用户角色列表 OperationId: exportUserRole

调用方法

POST /api/user/shell/exportUserRole

参数

请求体

Content-Type: application/json 必填:类型: Object com.leadwaycloud.system.plug.poi.model.dto.ExportDTOJava.lang.Object

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOobject搜索条件对象DTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/user/registerPartnerUser/{partnerId}

用户管理 注册Partner关系用户 OperationId: registerPartnerUser

调用方法

POST /api/user/registerPartnerUser/{partnerId}

参数

名称位置必填类型说明示例
partnerIdpathinteger(int64)CRM关系ID

请求体

Content-Type: application/json 必填:类型: UserDTO$AddDTO com.leadwaycloud.system.model.dto.UserDTO$AddDTO

名称类型必填说明示例
emailstring邮箱
namestring用户名称"hyj"
languagestring系统语言"zh_CN"
imagestring图片"xxxxx"
companyIdinteger(int64)公司ID1
merchantIdinteger(int64)商户ID1
userNamestring账号
passwordstring默认密码
statusstring状态(INACTIVATED:未激活;ACTIVE:激活)
signstring签名
forceUpdatePasswordboolean是否强制修改密码
mobilePhonestring手机号"131"
partnerIdinteger(int64)CRM关系ID
allowLoginChannelboolean允许登陆渠道(ERP:ERP_BACKEND,电商平台:ECOMMERCE_PLATFORM,供应商平台:SUPPLIER_PLATFORM)。如果有多个用,逗号隔开
registerChannelboolean注册渠道(ERP:ERP_BACKEND,电商前台:ECOMMERCE_PLATFORM,IDaaS平台:IDAAS)
idaasIdstringidaas唯一ID
userAuditStatusstring用户审核状态
externalCodestring外部编号

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUser com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser
POST

/api/user/add

用户管理 添加用户 OperationId: add

调用方法

POST /api/user/add

参数

请求体

Content-Type: application/json 必填:类型: UserDTO$AddDTO com.leadwaycloud.system.model.dto.UserDTO$AddDTO

名称类型必填说明示例
emailstring邮箱
namestring用户名称"hyj"
languagestring系统语言"zh_CN"
imagestring图片"xxxxx"
companyIdinteger(int64)公司ID1
merchantIdinteger(int64)商户ID1
userNamestring账号
passwordstring默认密码
statusstring状态(INACTIVATED:未激活;ACTIVE:激活)
signstring签名
forceUpdatePasswordboolean是否强制修改密码
mobilePhonestring手机号"131"
partnerIdinteger(int64)CRM关系ID
allowLoginChannelboolean允许登陆渠道(ERP:ERP_BACKEND,电商平台:ECOMMERCE_PLATFORM,供应商平台:SUPPLIER_PLATFORM)。如果有多个用,逗号隔开
registerChannelboolean注册渠道(ERP:ERP_BACKEND,电商前台:ECOMMERCE_PLATFORM,IDaaS平台:IDAAS)
idaasIdstringidaas唯一ID
userAuditStatusstring用户审核状态
externalCodestring外部编号

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUser com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser
POST

/api/uom/importUom/{merchantId}

计量单位信息 导入系统单位到商户 OperationId: importUom

调用方法

POST /api/uom/importUom/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户ID1

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/uom/export

计量单位信息 导出计量单位 OperationId: exportUom

调用方法

POST /api/uom/export

参数

请求体

Content-Type: application/json 必填:类型: SystemUomDTO$QueryDTO com.leadwaycloud.system.plug.poi.model.dto.ExportDTOCom.leadwaycloud.system.model.dto.SystemUomDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOSystemUomDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/uom/add

计量单位信息 添加计量单位接口 OperationId: add_1

调用方法

POST /api/uom/add

参数

请求体

Content-Type: application/json 必填:类型: SystemUomDTO$AddDTO com.leadwaycloud.system.model.dto.SystemUomDTO$AddDTO

名称类型必填说明示例
codestring编号"1"
namestring名称"公斤"
symbolstring符号"kg"
rationumber(double)换算率
shortNamestring简称
merchantIdinteger(int64)商户ID
isoShortNamestringISO名称

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysUom com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysUom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysUom
POST

/api/trip-line/sync/{merchantId}

航线管理 同步航线数据 OperationId: syncTripLine

调用方法

POST /api/trip-line/sync/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)

请求体

Content-Type: application/json 必填:类型: SyncTripLineDTO[] com.leadwaycloud.system.model.dto.SyncTripLineDTO

名称类型必填说明示例
(array)SyncTripLineDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/trip-line/add

航线管理 新增航线数据 OperationId: addTripLine

调用方法

POST /api/trip-line/add

参数

请求体

Content-Type: application/json 必填:类型: TripLineDTO$AddDTO com.leadwaycloud.system.model.dto.TripLineDTO$AddDTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
namestring航线名称
descriptionstring描述
imagesstring图片
cruiseIdstring游船ID
codestring编号
departureDatestring(date)出发日期"2021-10-11"
checkInLocalTime
cutOffLocalTime
daysinteger(int32)航行天数
themestring航线主题
titlestring标题
remarkstring备注
voyageIdstring航次ID
hotboolean???
enableboolean???
settleableboolean???
settledboolean???
deletedboolean是否删除
linestring明细对象
cruisestring邮轮详情
routesstring航线行程
weatherstring天气

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTripLine com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResTripLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTripLine
POST

/api/tag/associatedTag

标签管理 关联标签 OperationId: associatedTag

调用方法

POST /api/tag/associatedTag

参数

请求体

Content-Type: application/json 必填:类型: AssociatedTagDTO com.leadwaycloud.system.model.dto.AssociatedTagDTO

名称类型必填说明示例
tagIdListinteger(int64)[]标签ID
associateTypestring关联类型
associateIdinteger(int64)关联ID1
disassociateTagIdListinteger(int64)[]取消关联标签ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/tag/add

标签管理 添加标签 OperationId: add_2

调用方法

POST /api/tag/add

参数

请求体

Content-Type: application/json 必填:类型: TagDTO$AddDTO com.leadwaycloud.system.model.dto.TagDTO$AddDTO

名称类型必填说明示例
namestring标签名称
merchantIdinteger(int64)商户ID1
groupIdinteger(int64)组ID1
typestring类型"1"
descriptionstring描述

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/tag/addGroup

标签管理 添加标签组信息 OperationId: addGroup

调用方法

POST /api/tag/addGroup

参数

请求体

Content-Type: application/json 必填:类型: TagGroupDTO$AddDTO com.leadwaycloud.system.model.dto.TagGroupDTO$AddDTO

名称类型必填说明示例
namestring组名称
merchantIdinteger(int64)商户ID1
descriptionstring描述
groupIdinteger(int64)组ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/sys/property/add

系统公用属性 添加系统属性 OperationId: add_3

调用方法

POST /api/sys/property/add

参数

请求体

Content-Type: application/json 必填:类型: SysPropertyDTO$AddDTO[] com.leadwaycloud.system.model.dto.SysPropertyDTO$AddDTO

名称类型必填说明示例
(array)SysPropertyDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysProperty com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysProperty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysProperty[]返回数据
POST

/api/shift-reconciliation-config/shell/synchronization/{companyId}

班结配置-壳牌 同步班结配置 OperationId: synchronization

调用方法

POST /api/shift-reconciliation-config/shell/synchronization/{companyId}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)配置所属公司Id

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/shift-reconciliation-config/shell/add

班结配置-壳牌 添加班结配置 OperationId: add_4

调用方法

POST /api/shift-reconciliation-config/shell/add

参数

请求体

Content-Type: application/json 必填:类型: ShiftReconciliationConfigDTO$AddDTO com.leadwaycloud.system.shell.model.dto.ShiftReconciliationConfigDTO$AddDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
configstring配置

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/role/sync/{id}

角色管理 角色同步 OperationId: sync

调用方法

POST /api/role/sync/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)角色模板ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/role/shell/exportRoleFunction

角色管理-壳牌 导出角色权限功能表 OperationId: exportRoleFunction

调用方法

POST /api/role/shell/exportRoleFunction

参数

请求体

Content-Type: application/json 必填:类型: Object com.leadwaycloud.system.plug.poi.model.dto.ExportDTOJava.lang.Object

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOobject搜索条件对象DTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/role/issued/{id}

角色管理 下发角色 OperationId: issued

调用方法

POST /api/role/issued/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)角色模板ID

请求体

Content-Type: application/json 必填:类型: ExtendsTemplateRoleDTO[] com.leadwaycloud.system.model.dto.ExtendsTemplateRoleDTO

名称类型必填说明示例
(array)ExtendsTemplateRoleDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/role/add

角色管理 添加角色 OperationId: add_5

调用方法

POST /api/role/add

参数

请求体

Content-Type: application/json 必填:类型: RoleDTO$AddDTO com.leadwaycloud.system.model.dto.RoleDTO$AddDTO

名称类型必填说明示例
namestring角色名称"运维组"
descriptionstring描述"公司ERP系统维护人员"
companyIdinteger(int64)公司ID1
functionIdListinteger(int64)[]角色包含的功能
templateboolean是否是模板true
companyTypestring公司类型"STORE"
templateIdinteger(int64)模版ID1
idaasIdstringidaas唯一ID
appIdinteger(int64)sys_app.id

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRole com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRole

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRole
POST

/api/reportGroup/add

报表分类 添加报表分类 OperationId: add_6

调用方法

POST /api/reportGroup/add

参数

请求体

Content-Type: application/json 必填:类型: SysReportGroupDTO$AddDTO com.leadwaycloud.system.model.dto.SysReportGroupDTO$AddDTO

名称类型必填说明示例
namestring名称
codestring编号
parentIdinteger(int64)父级ID
merchantIdinteger(int64)商户ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysReportGroup com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysReportGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReportGroup
POST

/api/reportDashboard/add

仪表板配置 添加仪表板配置 OperationId: add_7

调用方法

POST /api/reportDashboard/add

参数

请求体

Content-Type: application/json 必填:类型: ReportDashboardDTO$AddDTO com.leadwaycloud.system.model.dto.ReportDashboardDTO$AddDTO

名称类型必填说明示例
modelIdinteger(int64)模型ID608486975133453
userIdinteger(int64)用户ID618708628295069
companyIdinteger(int64)公司ID574533689957252
merchantIdinteger(int64)商户号ID574533689957248
reportDashboardLayoutDTOListSysReportDashboardLayoutDTO[]仪表盘自定义布局配置集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysReportDashboard com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysReportDashboard

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReportDashboard
POST

/api/reasonCode/updateReasonCodeType/{typeId}

原因码管理 编辑原因码类型 OperationId: updateType

调用方法

POST /api/reasonCode/updateReasonCodeType/{typeId}

参数

名称位置必填类型说明示例
typeIdpathinteger(int64)类型ID0
namequerystring类型名称

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/reasonCode/add

原因码管理 添加原因码 OperationId: add_8

调用方法

POST /api/reasonCode/add

参数

请求体

Content-Type: application/json 必填:类型: ReasonCodeDTO$AddDTO com.leadwaycloud.system.model.dto.ReasonCodeDTO$AddDTO

名称类型必填说明示例
codestring原因码
merchantIdinteger(int64)商户ID1
namestring名称
typeIdinteger(int64)类型ID
externalCodestring外部编号

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/reasonCode/addReasonCodeType

原因码管理 添加原因码类型 OperationId: add_9

调用方法

POST /api/reasonCode/addReasonCodeType

参数

请求体

Content-Type: application/json 必填:类型: ReasonCodeTypeDTO$AddDTO com.leadwaycloud.system.model.dto.ReasonCodeTypeDTO$AddDTO

名称类型必填说明示例
namestring名称
merchantIdinteger(int64)商户ID1
orderTypestring订单类型

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/rating/topic/add

评价题库管理 添加评价题库 OperationId: add_10

调用方法

POST /api/rating/topic/add

参数

请求体

Content-Type: application/json 必填:类型: ResRatingTopicDTO$AddDTO com.leadwaycloud.system.model.dto.res.ResRatingTopicDTO$AddDTO

名称类型必填说明示例
ratingCategoryIdinteger(int64)评价分类id
contentstring内容
totalScoreinteger(int64)总分
merchantIdinteger(int64)商户id
statusstring状态

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/rating/template/add

评价模版管理 添加评价模版 OperationId: add_11

调用方法

POST /api/rating/template/add

参数

请求体

Content-Type: application/json 必填:类型: ResRatingTemplateDTO$AddDTO com.leadwaycloud.system.model.dto.res.ResRatingTemplateDTO$AddDTO

名称类型必填说明示例
typestring模版类型(合同/其他)
totalPenaltynumber(double)总扣分
notestring备注
namestring名称
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司Id
ratingTopicIdListinteger(int64)[]题库ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/rating/category/add

评价分类管理 添加评价分类 OperationId: add_12

调用方法

POST /api/rating/category/add

参数

请求体

Content-Type: application/json 必填:类型: ResRatingCategoryDTO$AddDTO com.leadwaycloud.system.model.dto.res.ResRatingCategoryDTO$AddDTO

名称类型必填说明示例
namestring名称
codestring编号
parentIdinteger(int64)上一级id
merchantIdinteger(int64)商户id
statusstring状态
ratingUserIdinteger(int64)评价人ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/rating/add

评价管理 添加评价 OperationId: add_13

调用方法

POST /api/rating/add

参数

请求体

Content-Type: application/json 必填:类型: ResRatingDTO$AddDTO[] com.leadwaycloud.system.model.dto.res.ResRatingDTO$AddDTO

名称类型必填说明示例
(array)ResRatingDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/poiTemp/download

导入模版下载 下载导入模版 OperationId: download

调用方法

POST /api/poiTemp/download

参数

请求体

Content-Type: application/json 必填:类型: DownloadExportTemplateDTO com.leadwaycloud.system.model.dto.DownloadExportTemplateDTO

名称类型必填说明示例
orderTypestring导出订单类型
columnDTOListDownloadExportTemplateDTO$ColumnDTO[]导出列对象集合
titleDTOListDownloadExportTemplateDTO$TitleDTO[]动态标题列集合
merchantIdinteger(int64)商户ID

响应

状态码: 200 说明: OK

POST

/api/poiTemp/add

导入模版下载 添加模版配置 OperationId: add_14

调用方法

POST /api/poiTemp/add

参数

请求体

Content-Type: application/json 必填:类型: ExcelTemplateConfigDTO$AddDTO com.leadwaycloud.system.model.dto.ExcelTemplateConfigDTO$AddDTO

名称类型必填说明示例
typestring模版类型
configDatastring配置内容
merchantIdinteger(int64)商户ID
noteDatastring备注内容
tempDatastring模拟数据内容
dynamicTitleDatastring动态标题内容
versionstring版本内容

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysDataImportTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysDataImportTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysDataImportTemplate
POST

/api/loginConfig/add

用户登录配置 添加登录配置 OperationId: add_15

调用方法

POST /api/loginConfig/add

参数

请求体

Content-Type: application/json 必填:类型: LoginConfigDTO$AddDTO com.leadwaycloud.system.model.dto.LoginConfigDTO$AddDTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID1
enableDualVerifyboolean是否开启双重验证(密码+验证码)
enableEmailVerifyboolean是否开启邮件验证
enableShortMessageVerifyboolean是否开启短信验证
loginErrorCountCheckboolean登录错误次数校验
allowErrorCountinteger(int32)允许错误次数
lockTimeinteger(int32)锁定时间
lockTimeUomstring锁定时间单位(分、时、天)"DAY"

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResLoginConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResLoginConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLoginConfig
POST

/api/login/userName

用户登录 用户名登录 OperationId: userName

用户名+密码验证登录

调用方法

POST /api/login/userName

参数

请求体

Content-Type: application/json 必填:类型: UserLoginByUserNameDTO com.leadwaycloud.system.model.dto.login.UserLoginByUserNameDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
loginCompanyIdinteger(int64)登陆公司ID
userNamestring用户名
passwordstring密码
loginChannelstring登陆渠道

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/login/twoFactorAuthLogin

用户登录 双因素登录 OperationId: twoFactorAuthLogin

手机/邮箱验证码验证进行登录

调用方法

POST /api/login/twoFactorAuthLogin

参数

请求体

Content-Type: application/json 必填:类型: UserLoginByTwoFactorAuthDTO com.leadwaycloud.system.model.dto.login.UserLoginByTwoFactorAuthDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
userIdinteger(int64)用户ID
captchastring验证码
loginChannelstring登陆渠道

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/login/shell/get-token

用户管理-壳牌 获取token OperationId: getToken

调用方法

POST /api/login/shell/get-token

参数

请求体

Content-Type: application/json 必填:类型: GetTokenDTO com.leadwaycloud.system.shell.model.dto.GetTokenDTO

名称类型必填说明示例
grant_typestring授权类型 (password: 通过账号密码获取, refresh_token:通过刷新token获取)
usernamestring账号
passwordstring密码
refresh_tokenstring刷新token

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/login/mobilePhone

用户登录 手机号登陆 OperationId: mobilePhone

手机+验证码登录

调用方法

POST /api/login/mobilePhone

参数

请求体

Content-Type: application/json 必填:类型: UserLoginByMobilePhoneDTO com.leadwaycloud.system.model.dto.login.UserLoginByMobilePhoneDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
mobilePhonestring手机号
captchastring验证码
loginChannelstring登陆渠道

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/login/logout

用户登录 用户登出 OperationId: logout

调用方法

POST /api/login/logout

参数

名称位置必填类型说明示例
loginChannelquerystring用户登录渠道类型 【 ERP_BACKEND : ECOMMERCE_PLATFORM : SUPPLIER_PLATFORM : HANDHELD_TERMINAL : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/login/email

用户登录 邮箱登陆 OperationId: email

邮箱+验证码登录

调用方法

POST /api/login/email

参数

请求体

Content-Type: application/json 必填:类型: UserLoginByEmailDTO com.leadwaycloud.system.model.dto.login.UserLoginByEmailDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
emailstring邮箱
captchastring验证码
loginChannelstring登陆渠道

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/log/userManageLog/export

日志管理 导出用户管理日志 OperationId: exportUserManageLog

调用方法

POST /api/log/userManageLog/export

参数

请求体

Content-Type: application/json 必填:类型: UserManageLogDTO$QueryDTO com.leadwaycloud.system.plug.poi.model.dto.ExportDTOCom.leadwaycloud.system.model.dto.UserManageLogDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOUserManageLogDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/log/userManageLog/add

日志管理 添加用户管理日志 OperationId: addUserManageLog

调用方法

POST /api/log/userManageLog/add

参数

请求体

Content-Type: application/json 必填:类型: UserManageLogDTO$AddDTO com.leadwaycloud.system.model.dto.UserManageLogDTO$AddDTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
updateUserIdinteger(int64)编辑用户ID
updateUserNamestring编辑用户账号
functionIdinteger(int64)菜单ID
functionNamestring菜单名称
createByinteger(int64)创建人ID
createByNamestring创建人名称
responseContentR

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/log/userLoginLog/export

日志管理 导出用户登录日志 OperationId: exportUserLoginLog

调用方法

POST /api/log/userLoginLog/export

参数

请求体

Content-Type: application/json 必填:类型: LoginLogDTO$QueryDTO com.leadwaycloud.system.plug.poi.model.dto.ExportDTOCom.leadwaycloud.system.model.dto.LoginLogDTO$QueryDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOLoginLogDTO$QueryDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/log/userLoginLog/add

日志管理 添加用户登录日志 OperationId: addUserLoginLog

调用方法

POST /api/log/userLoginLog/add

参数

请求体

Content-Type: application/json 必填:类型: UserLoginLogDTO com.leadwaycloud.system.model.dto.UserLoginLogDTO

名称类型必填说明示例
typestringorientation
orientationstringorientation
osstring操作系统
merchantIdinteger(int64)商户ID
userIdinteger(int64)用户id
userNamestring用户账号
responseContentstring请求结果

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/log/sessionLog/export

日志管理 导出操作日志 OperationId: exportSessionLog

调用方法

POST /api/log/sessionLog/export

参数

请求体

Content-Type: application/json 必填:类型: GatewaySessionRecordDTO com.leadwaycloud.system.plug.poi.model.dto.ExportDTOCom.leadwaycloud.system.model.dto.GatewaySessionRecordDTO

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOGatewaySessionRecordDTO
fileNamestring导出文件名

响应

状态码: 200 说明: OK

POST

/api/log/clearConfig/add

日志管理 添加清理配置 OperationId: addClearConfig

调用方法

POST /api/log/clearConfig/add

参数

请求体

Content-Type: application/json 必填:类型: LogClearConfigDTO$AddDTO com.leadwaycloud.system.model.dto.LogClearConfigDTO$AddDTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID1
reserveTimeinteger(int32)保留时间(单位:月)1
statusstring状态(ACTIVE, DEACTIVATE)
hoststringIP地址(当status=ACTIVE时需要)

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResLogClearConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResLogClearConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLogClearConfig
POST

/api/lang-translation/translation/add

语言于翻译字典 添加字典,管理端使用 OperationId: listTranslation

调用方法

POST /api/lang-translation/translation/add

参数

请求体

Content-Type: application/json 必填:类型: TranslationDTO$AddDTO[] com.leadwaycloud.system.model.dto.TranslationDTO$AddDTO

名称类型必填说明示例
(array)TranslationDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
POST

/api/issues/comment/add

问题评论管理 添加问题评论 OperationId: add_16

调用方法

POST /api/issues/comment/add

参数

请求体

Content-Type: application/json 必填:类型: ResIssuesCommentDTO$AddDTO com.leadwaycloud.system.model.dto.res.ResIssuesCommentDTO$AddDTO

名称类型必填说明示例
issuesIdinteger(int64)问题ID
parentIdinteger(int64)父评论ID
contentstring问题内容
statusstring问题内容
operatorIdinteger(int64)操作人ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/issues/add

问题信息 添加问题 OperationId: add_17

调用方法

POST /api/issues/add

参数

请求体

Content-Type: application/json 必填:类型: ResIssuesDTO$AddDTO com.leadwaycloud.system.model.dto.res.ResIssuesDTO$AddDTO

名称类型必填说明示例
titlestring问题标题
contentstring问题内容
originIdinteger(int64)业务ID
originTypestring合同/其他
statusstring状态
startDatestring(date)开始日期
endDatestring(date)结束日期
assignPersonIdListinteger(int64)[]指派人ID集合
prioritystring 优先级
associatedTagDTOTagDTO$AssociatedTagDTO
modelstring类型
fileinteger(int64)附件
departmentIdListinteger(int64)[]部门ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/idaas/callbackEiam/{merchantId}

IDaaS同步管理 阿里云IDaaS-EIAM事件回调接口 OperationId: callbackEiam

调用方法

POST /api/idaas/callbackEiam/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户号ID

请求体

Content-Type: application/json 必填:类型: object

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResponseObject com.leadwaycloud.thirdparty.module.idaas.eiam.objects.ResponseObject

POST

/api/externalApplication/distribute-mapping

外部应用管理 下发数据映射关系 OperationId: distributeMapping

调用方法

POST /api/externalApplication/distribute-mapping

参数

请求体

Content-Type: application/json 必填:类型: ExternalDataMappingDTO$DistributeDTO com.leadwaycloud.system.model.dto.ExternalDataMappingDTO$DistributeDTO

名称类型必填说明示例
companyIdinteger(int64)下发映射所属公司ID
typestring类型
companyIdListinteger(int64)[]下发公司ID集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/externalApplication/distribute-config/{id}

外部应用管理 下发应用基础配置 OperationId: distributeConfig

调用方法

POST /api/externalApplication/distribute-config/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)应用配置ID0

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/externalApplication/add-config

外部应用管理 添加应用基础配置 OperationId: addConfig

调用方法

POST /api/externalApplication/add-config

参数

请求体

Content-Type: application/json 必填:类型: ExternalAppConfigDTO$AddDTO com.leadwaycloud.system.model.dto.ExternalAppConfigDTO$AddDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
businessDatestring(date)营业日
shiftNointeger(int32)班次
insertCoinsstring投币
cashOutstring现金出
customersLeaveWithoutPayingstring跑单
oilGunTeststring油枪测试
syncNonOilStockboolean是否同步非油库存
isAutoShelfboolean是否自动上架

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResExternalAppConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResExternalAppConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResExternalAppConfig
POST

/api/endOfDayConfig/shell/synchronization/{companyId}

日结配置-壳牌 同步日结配置 OperationId: synchronization_1

调用方法

POST /api/endOfDayConfig/shell/synchronization/{companyId}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)配置所属公司Id

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/endOfDayConfig/shell/add

日结配置-壳牌 添加日结配置 OperationId: add_18

调用方法

POST /api/endOfDayConfig/shell/add

参数

请求体

Content-Type: application/json 必填:类型: EndOfDayConfigDTO$AddDTO com.leadwaycloud.system.shell.model.dto.EndOfDayConfigDTO$AddDTO

名称类型必填说明示例
startBusinessDatestring(date)初始营业日
autoEndOfDayboolean开启自动日结
dryNegativeStockCheckboolean开启非油负库存校验
fuelInventorySummaryboolean开启油品帐存差异校验
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
fuelInventorySummaryConfigDTOListEndOfDayConfigDTO$ResFuelInventorySummaryConfigDTO[]油品帐存差异配置明细

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/email/template/add

邮件模板管理 添加 OperationId: add_19

调用方法

POST /api/email/template/add

参数

请求体

Content-Type: application/json 必填:类型: EmailTemplateDTO$AddDTO com.leadwaycloud.system.model.dto.EmailTemplateDTO$AddDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
titlestring标题
statusstring状态
typestring类型
contentstring内容
ccRolestring抄送角色ID集合
ccUserstring抄送用户ID集合
addresseeUserstring收件用户ID集合
notifySupplierboolean通知供应商

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/email/record/send

邮件发送记录 发送邮件 OperationId: sendMerchantCustomizeEmail

调用方法

POST /api/email/record/send

参数

请求体

Content-Type: application/json 必填:类型: EmailSendRecordDTO$SendDTO com.leadwaycloud.system.model.dto.EmailSendRecordDTO$SendDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
originTypestring来源类型
orderCodestring订单编号
addresseeUserIdListinteger(int64)[]收件用户ID集合
fileBase64stringfileBase64
fileNamestring文件名称

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
POST

/api/email/record/resend/{id}

邮件发送记录 重新发送 OperationId: resend

调用方法

POST /api/email/record/resend/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)邮件发送记录主键ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/dynamic-task/add

动态任务管理 添加任务 OperationId: addDynamicTask

调用方法

POST /api/dynamic-task/add

参数

请求体

Content-Type: application/json 必填:类型: DynamicTaskDTO com.leadwaycloud.system.model.dto.DynamicTaskDTO

名称类型必填说明示例
companyIdinteger(int64)公司ID1
merchantIdinteger(int64)商户ID1
namestring名称
codestring代码
cronstringcron表达式
issuedSystemstring推送系统"1"
issuedTypestring推送类型"1"
isActiveboolean是否启用
lastTimestring(date-time)最后推送时间
taskConfigstring任务配置

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResDynamicTask com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResDynamicTask

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResDynamicTask
POST

/api/currency/queryRateList

货币信息 批量获取货币汇率 OperationId: queryRateList

调用方法

POST /api/currency/queryRateList

参数

请求体

Content-Type: application/json 必填:类型: CurrencyRateDTO$QueryDTO[] com.leadwaycloud.system.model.dto.CurrencyRateDTO$QueryDTO

名称类型必填说明示例
(array)CurrencyRateDTO$QueryDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysCurrencyRate com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysCurrencyRate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrencyRate[]返回数据
POST

/api/currency/add

货币信息 添加货币接口 OperationId: add_20

调用方法

POST /api/currency/add

参数

请求体

Content-Type: application/json 必填:类型: CurrencyDTO$AddDTO com.leadwaycloud.system.model.dto.CurrencyDTO$AddDTO

名称类型必填说明示例
codestring编号"CNY"
namestring名称"人民币"
symbolstring符号"¥"
imagestring图片
roundinginteger(int32)四舍五入精度
calcRateboolean是否计算汇率true
calcRateUnitnumber(double)汇率计算单位

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysCurrency com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysCurrency

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrency
POST

/api/contact/add

联系地址管理 添加联系地址 OperationId: add_21

调用方法

POST /api/contact/add

参数

请求体

Content-Type: application/json 必填:类型: ContactDTO$AddDTO com.leadwaycloud.system.model.dto.ContactDTO$AddDTO

名称类型必填说明示例
countryIdinteger(int64)国家ID1
stateIdinteger(int64)省、直辖市ID1
cityIdinteger(int64)城市ID1
areaIdinteger(int64)区、县ID1
streetIdinteger(int64)街道ID1
addressstring详细地址"1"
postcodestring邮编"1"
phonestring电话"1"
mobilestring手机"1"
faxstring传真"1"
emailstring邮箱"邮箱"

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResContact com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResContact

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResContact
POST

/api/companyGroup/association/{id}

公司组管理 关联公司 OperationId: association

调用方法

POST /api/companyGroup/association/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)公司组ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/companyGroup/add

公司组管理 添加公司组 OperationId: add_22

调用方法

POST /api/companyGroup/add

参数

请求体

Content-Type: application/json 必填:类型: CompanyGroupDTO$AddDTO com.leadwaycloud.system.model.dto.CompanyGroupDTO$AddDTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID1
namestring名称
codestring编号
descriptionstring描述
typestring类型
companyIdListinteger(int64)[]公司ID集合,公司组快捷绑定公司使用

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据
POST

/api/company/shell/association-center-warehouse

公司管理-壳牌 关联中央仓 OperationId: associationCenterWarehouse

调用方法

POST /api/company/shell/association-center-warehouse

参数

请求体

Content-Type: application/json 必填:类型: AssociateCompanyCenterWarehouseDTO com.leadwaycloud.system.shell.model.dto.AssociateCompanyCenterWarehouseDTO

名称类型必填说明示例
companyIdListinteger(int64)[]门店ID集合
centerWarehouseIdinteger(int64)中央仓ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/company/associationCompanyGroup/{id}

公司管理 关联公司组 OperationId: associationCompanyGroup

调用方法

POST /api/company/associationCompanyGroup/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)公司ID

请求体

Content-Type: application/json 必填:类型: integer(int64)[]

名称类型必填说明示例
(array)integer(int64)[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/company/add

公司管理 添加公司 OperationId: add_23

调用方法

POST /api/company/add

参数

请求体

Content-Type: application/json 必填:类型: CompanyDTO$AddDTO com.leadwaycloud.system.model.dto.CompanyDTO$AddDTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
codestring公司编号(字母+数字,15位)"CD0123456789123"
otherCodestring其他编号"AAAA-01"
typestring类型"STORE"
namestring公司名称"立威云"
imagestring公司LOGO
parentCompanyIdinteger(int64)上级公司
sloganstring公司标语
currencyIdinteger(int64)货币ID
addContactDTOContactDTO$AddDTO
addFinanceInvoiceTitleDTOFinanceInvoiceTitleDTO$AddDTO

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResCompany com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResCompany

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResCompany
POST

/api/code-rule/generateCodeBatch

编号规则 根据规则获取编号(批量) OperationId: generateCodeBatch

调用方法

POST /api/code-rule/generateCodeBatch

参数

请求体

Content-Type: application/json 必填:类型: ResCodeRuleDTO$GenerateCodeBatchDTO com.leadwaycloud.common.model.dto.ResCodeRuleDTO$GenerateCodeBatchDTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
codeRuleIdinteger(int64)编码规则ID
numinteger(int32)编号个数
batchDTOListResCodeRuleDTO$GenerateCodeBatchDTO$BatchDTO[]批量生成编号请求参数-批次参数DTO集合

响应

状态码: 200 说明: OK Content-Type: */* 类型: String com.leadwaycloud.core.model.RJava.util.ListJava.lang.String

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datastring[]返回数据
POST

/api/code-rule/addOrUpdateList

编号规则 添加/编辑编号规则集合 OperationId: addOrUpdateList

调用方法

POST /api/code-rule/addOrUpdateList

参数

请求体

Content-Type: application/json 必填:类型: ResCodeRuleDTO$UpdateDTO[] com.leadwaycloud.common.model.dto.ResCodeRuleDTO$UpdateDTO

名称类型必填说明示例
(array)ResCodeRuleDTO$UpdateDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/business-notice/shell/send

业务通知-壳牌 发送业务通知 OperationId: sendMerchantCustomizeEmail_1

调用方法

POST /api/business-notice/shell/send

参数

请求体

Content-Type: application/json 必填:类型: BusinessNoticeDTO$SendDTO com.leadwaycloud.system.shell.model.dto.BusinessNoticeDTO$SendDTO

名称类型必填说明示例
merchantIdboolean商户号ID
companyIdListinteger(int64)[]公司ID
originTypestring来源类型
orderCodestring订单编号

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
POST

/api/attachment/add

附件管理 添加附件 OperationId: add_24

调用方法

POST /api/attachment/add

参数

请求体

Content-Type: application/json 必填:类型: ResAttachmentDTO$AddDTO com.leadwaycloud.system.model.dto.ResAttachmentDTO$AddDTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
fileIndexstring文件后缀
fileNamestring文件名称
originIdinteger(int64)源订单ID
originTypestring源订单类型
fileIdinteger(int64)文件ID
descriptionstring描述
originTypeSubstring源订单子类型

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/attachment/addList

附件管理 批量添加附件 OperationId: addList

调用方法

POST /api/attachment/addList

参数

请求体

Content-Type: application/json 必填:类型: ResAttachmentDTO$AddDTO[] com.leadwaycloud.system.model.dto.ResAttachmentDTO$AddDTO

名称类型必填说明示例
(array)ResAttachmentDTO$AddDTO[]

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
POST

/api/application/add

应用管理 添加应用 OperationId: add_25

调用方法

POST /api/application/add

参数

请求体

Content-Type: application/json 必填:类型: ApplicationDTO$AddDTO com.leadwaycloud.system.model.dto.ApplicationDTO$AddDTO

名称类型必填说明示例
companyIdinteger(int64)公司ID1
sysApplicationIdinteger(int64)系统应用1
namestring应用名称
linkUserIdinteger(int64)关联用户ID
merchantIdinteger(int64)商户ID

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResApplication com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResApplication

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResApplication
GET

/api/version/queryUserUnConfirmPlatformVersion

版本管理 查询用户未确认版本列表 OperationId: queryUserUnConfirmPlatformVersion

调用方法

GET /api/version/queryUserUnConfirmPlatformVersion

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysPlatformVersion com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysPlatformVersion

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysPlatformVersion
GET

/api/version/queryAllPlatformVersion

版本管理 查询全部版本列表 OperationId: queryAllPlatformVersion

调用方法

GET /api/version/queryAllPlatformVersion

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysPlatformVersion com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysPlatformVersion

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysPlatformVersion
GET

/api/version/page

版本管理 查询服务版本(分页) OperationId: page

调用方法

GET /api/version/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
serviceNamequerystring服务名称"lwc-cloud-erp-system"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysVersion com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.monitor.model.entity.SysVersion

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysVersion
GET

/api/version/list

版本管理 查询服务版本(列表) OperationId: list

调用方法

GET /api/version/list

参数

名称位置必填类型说明示例
serviceNamequerystring服务名称"lwc-cloud-erp-system"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysVersion com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.monitor.model.entity.SysVersion

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysVersion[]返回数据
GET

/api/version/get/{serviceName}

版本管理 查询服务最新版本 OperationId: get

调用方法

GET /api/version/get/{serviceName}

参数

名称位置必填类型说明示例
serviceNamepathstring服务名称"lwc-cloud-erp-system"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysVersion com.leadwaycloud.core.model.RCom.leadwaycloud.monitor.model.entity.SysVersion

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysVersion
GET

/api/userPasswordRule/get/{merchantId}

用户密码规则管理 查询密码规则 OperationId: get_1

调用方法

GET /api/userPasswordRule/get/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户号ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResPasswordRule com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResPasswordRule

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResPasswordRule
GET

/api/user/shell/queryUserRole

用户管理-壳牌 查询用户在商户下所有公司所绑定的角色列表 OperationId: queryUserRole

调用方法

GET /api/user/shell/queryUserRole

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: UserRoleVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.shell.model.vo.UserRoleVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataUserRoleVO
GET

/api/user/shell/queryMerchantByUserName

用户管理-壳牌 根据用户名称获取商户信息 OperationId: queryMerchantByUserName

调用方法

GET /api/user/shell/queryMerchantByUserName

参数

名称位置必填类型说明示例
userNamequerystring用户名

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
GET

/api/user/shell/queryCreateBy/{userId}

用户管理-壳牌 单据中使用查询创建人,不通过查询详情接口 OperationId: queryCreateBy

调用方法

GET /api/user/shell/queryCreateBy/{userId}

参数

名称位置必填类型说明示例
userIdpathinteger(int64)用户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.util.MapJava.lang.StringJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
GET

/api/user/queryUserByUsername

用户管理 通过账号获取用户基本信息 OperationId: queryUserByUsername

调用方法

GET /api/user/queryUserByUsername

参数

名称位置必填类型说明示例
userNamequerystring账号
merchantIdqueryinteger(int64)商户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: UserInfoVO com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.user.UserInfoVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataUserInfoVO
GET

/api/user/queryPermissions/{id}

用户管理 查询权限 OperationId: queryPermissions

调用方法

GET /api/user/queryPermissions/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID
companyIdqueryinteger(int64)公司ID
appIdqueryinteger(int64)sys_app.id
appTypequerystring
appCodequerystringsys_app.code

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PermissionsVO com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.PermissionsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPermissionsVO
GET

/api/user/queryManagedStoreUser

用户管理 查询可管理门店用户 OperationId: queryManagedStoreUser

调用方法

GET /api/user/queryManagedStoreUser

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUser com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser[]返回数据
GET

/api/user/page

用户管理 根据筛选条件获取用户分页列表 OperationId: page_1

调用方法

GET /api/user/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
userNamequerystring登录名称"admin@hyj"
namequerystring用户名称"hyj"
statusquerystring状态"ACTIVE"
companyIdqueryinteger(int64)公司ID1
merchantIdqueryinteger(int64)商户ID1
roleIdqueryinteger(int64)角色ID1
partnerIdqueryinteger(int64)CRM关系ID1
partnerIdListqueryinteger(int64)[]
idListqueryinteger(int64)[]
departmentIdqueryinteger(int64)部门ID1
registerChannelquerystring注册渠道 【 ERP_BACKEND : ECOMMERCE_PLATFORM : IDAAS : 】
userAuditStatusquerystring用户审核状态 【 PENDING_REVIEW : APPROVEING : APPROVEDONE : 】
querySupplierqueryboolean是否查询供应商用户(默认false)
queryEmployeeDepartmentPositionqueryboolean是否查询员工-部门-职位信息
queryAdministrationCompanyqueryboolean是否查询可管理公司true
queryMerchantUserqueryboolean是否查询商户级用户true

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUser com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser
GET

/api/user/get/{id}

用户管理 查询用户详情 OperationId: get_2

调用方法

GET /api/user/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUserDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.user.ResUserDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUserDetailVO
GET

/api/user/checkUserName

用户管理 校验账号是否存在 OperationId: checkUserName

调用方法

GET /api/user/checkUserName

参数

名称位置必填类型说明示例
userNamequerystring账号
merchantIdqueryinteger(int64)商户号ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Boolean com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据
GET

/api/uom/page

计量单位信息 查询计量单位(分页)接口 OperationId: pageQuery

调用方法

GET /api/uom/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
codequerystring编号1
namequerystring名称"公斤"
symbolquerystring符号"kg"
shortNamequerystring简称
merchantIdqueryinteger(int64)商户ID
activequeryboolean是否是可用的true
isoShortNamequerystringISO名称

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysUom com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysUom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysUom
GET

/api/uom/get/{id}

计量单位信息 查询计量单位(ID)接口 OperationId: get_3

调用方法

GET /api/uom/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysUom com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysUom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysUom
GET

/api/trip-line/query/{id}

航线管理 查询航线数据 OperationId: queryTripLine

调用方法

GET /api/trip-line/query/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)id1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTripLine com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResTripLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTripLine
GET

/api/trip-line/query/line-id/{lineId}

航线管理 查询航线数据 OperationId: queryTripLineByLineId

调用方法

GET /api/trip-line/query/line-id/{lineId}

参数

名称位置必填类型说明示例
lineIdpathinteger(int64)航线ID49

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTripLine com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResTripLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTripLine[]返回数据
GET

/api/trip-line/query/cruise-id/{cruiseId}

航线管理 查询航线数据 OperationId: queryTripLineByCruiseId

调用方法

GET /api/trip-line/query/cruise-id/{cruiseId}

参数

名称位置必填类型说明示例
cruiseIdpathinteger(int64)邮轮ID49

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTripLine com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResTripLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTripLine[]返回数据
GET

/api/trip-line/page-query

航线管理 分页查询航线数据 OperationId: pageQueryTripLine

调用方法

GET /api/trip-line/page-query

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID1
namequerystring航线名称"上海-冲绳-上海"
codequerystring航次编号"NB04250102"
cruiseIdquerystring游船编号1624
hotqueryboolean???false
enablequeryboolean???false
departureDatequerystring(date)出发日期"2021-01-01"
daysqueryinteger(int32)航行天数
passagequeryboolean是否在途true
statusquerystring状态 【 ACTIVE : DEACTIVATE : DELETE : 】"ACTIVE"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTripLine com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResTripLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTripLine
GET

/api/tag/queryGroupList

标签管理 获取标签组列表 OperationId: queryGroupList

调用方法

GET /api/tag/queryGroupList

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)
namequerystring组名称0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTagGroup com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResTagGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTagGroup[]返回数据
GET

/api/tag/queryAssociatedTag

标签管理 查询关联标签 OperationId: queryAssociatedTag

调用方法

GET /api/tag/queryAssociatedTag

参数

名称位置必填类型说明示例
associateIdqueryinteger(int64)关联ID0
associateTypequerystring关联类型

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTag com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResTag

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTag[]返回数据
GET

/api/tag/page

标签管理 查询标签列表 OperationId: page_2

调用方法

GET /api/tag/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring标签名称
merchantIdqueryinteger(int64)商户ID1
groupIdqueryinteger(int64)组ID1
typequerystring类型1
statusquerystring状态(ACTIVE:可用,DEACTIVATE:停用) 【 ACTIVE : DEACTIVATE : DELETE : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTag com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResTag

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTag
GET

/api/tag/get/{id}

标签管理 查询标签详情 OperationId: get_4

调用方法

GET /api/tag/get/{id}

参数

名称位置必填类型说明示例
idqueryinteger(int64)标签ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTag com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResTag

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTag
GET

/api/sys/property/page

系统公用属性 查询系统属性列表(分页) OperationId: page_3

调用方法

GET /api/sys/property/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring名称
groupquerystring分组
activequeryboolean是否可用
merchantIdqueryinteger(int64)商户ID
isQreciseQueryGroupqueryboolean是否精准查询group(组)默认false

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysProperty com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysProperty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysProperty
GET

/api/sys/property/list

系统公用属性 查询系统属性列表 OperationId: list_1

调用方法

GET /api/sys/property/list

参数

名称位置必填类型说明示例
namequerystring名称
groupquerystring分组
activequeryboolean是否可用
merchantIdqueryinteger(int64)商户ID
isQreciseQueryGroupqueryboolean是否精准查询group(组)默认false

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysProperty com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysProperty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysProperty[]返回数据
GET

/api/sys/property/get

系统公用属性 查询系统属性 OperationId: query

调用方法

GET /api/sys/property/get

参数

名称位置必填类型说明示例
idqueryinteger(int64)属性ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysProperty com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysProperty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysProperty
GET

/api/shift-reconciliation-config/shell/get

班结配置-壳牌 查询班结配置 OperationId: query_1

调用方法

GET /api/shift-reconciliation-config/shell/get

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResShiftReconciliationConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.shell.model.entitys.ResShiftReconciliationConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResShiftReconciliationConfig
GET

/api/role/shell/queryRoleFunction

角色管理-壳牌 角色权限功能表 OperationId: queryRoleFunction

调用方法

GET /api/role/shell/queryRoleFunction

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: RoleFunctionVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.shell.model.vo.RoleFunctionVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataRoleFunctionVO
GET

/api/role/queryUsers/{id}

角色管理 根据ID查询角色下用户信息 OperationId: queryUsers

调用方法

GET /api/role/queryUsers/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUser com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser[]返回数据
GET

/api/role/queryUserRole/{userId}

角色管理 查询用户绑定的角色集合 OperationId: queryUserRole_1

调用方法

GET /api/role/queryUserRole/{userId}

参数

名称位置必填类型说明示例
userIdpathinteger(int64)用户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: RoleListVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.vo.role.RoleListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataRoleListVO[]返回数据
GET

/api/role/queryUserBindRole/{userId}

角色管理 查询用户可管理公司下绑定的角色集合 OperationId: queryUserBindRole

调用方法

GET /api/role/queryUserBindRole/{userId}

参数

名称位置必填类型说明示例
userIdpathinteger(int64)用户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRole com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRole

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRole[]返回数据
GET

/api/role/queryDistributedStore/{id}

角色管理 查看角色模板已下发门店 OperationId: queryDistributedStore

调用方法

GET /api/role/queryDistributedStore/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)角色模板ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Long com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据
GET

/api/role/page

角色管理 查询角色分页列表 OperationId: page_4

调用方法

GET /api/role/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID1
namequerystring角色名称"运维组"
systemqueryboolean是否是系统创建角色true
companyTypequerystring公司类型"STORE"
templatequeryboolean是否是模板true
appIdqueryinteger(int64)sys_app.id

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRole com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResRole

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRole
GET

/api/role/list

角色管理 查询角色列表 OperationId: list_2

调用方法

GET /api/role/list

参数

名称位置必填类型说明示例
roleDTOqueryRoleDTO$QueryDTO

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRole com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRole

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRole[]返回数据
GET

/api/role/get/{id}

角色管理 根据ID查询角色详情 OperationId: get_5

调用方法

GET /api/role/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: RoleDetailsVO com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.RoleDetailsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataRoleDetailsVO
GET

/api/role/defaultPermissions

角色管理 查询默认角色功能 OperationId: defaultPermissions

调用方法

GET /api/role/defaultPermissions

参数

名称位置必填类型说明示例
merchantIndustryquerystring商户行业"TRADE"
companyTypequerystring公司类型"STORE"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PermissionsVO com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.PermissionsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPermissionsVO
GET

/api/reportGroup/list

报表分类 获取报表分类列表 OperationId: list_3

调用方法

GET /api/reportGroup/list

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID
namequerystring名称
statusListquerystring状态
idChainquerystring完整的组织结构

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysReportGroup com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysReportGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReportGroup[]返回数据
GET

/api/reportDashboard/get/{companyId}/{modelId}/{userId}

仪表板配置 查询仪表板配置 OperationId: get_6

调用方法

GET /api/reportDashboard/get/{companyId}/{modelId}/{userId}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)公司ID
modelIdpathinteger(int64)模块ID
userIdpathinteger(int64)用户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysReportDashboard com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysReportDashboard

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReportDashboard
GET

/api/report/queryReportRole/{companyId}/{reportId}

报表配置 查询报表绑定用户或者角色集合 OperationId: queryReportRole

调用方法

GET /api/report/queryReportRole/{companyId}/{reportId}

参数

名称位置必填类型说明示例
companyIdpathinteger(int64)
reportIdpathinteger(int64)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ReportRefVO com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.ReportRefVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataReportRefVO
GET

/api/report/page

报表配置 分页查询报表 OperationId: page_5

调用方法

GET /api/report/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
modelIdqueryinteger(int64)所属模块
namequerystring名称"xxx报表"
aliasquerystring别名"xxx报表"
merchantIndustryquerystring商户行业"COMPLEX"
companyTypequerystring公司类型"STORE"
merchantIdqueryinteger(int64)商户
typequerystring类型"EXCEL"
uesTypequerystring用途类型"DASHBOARD"
idListqueryinteger(int64)[]
reportGroupIdListqueryinteger(int64)[]
customizationqueryboolean是否定制报表,如果是定制报表则需要增加商户号ID进行查询,默认值为false(非定制);

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysReport com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysReport

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReport
GET

/api/report/page-use

报表配置 分页查询用户可用报表 OperationId: pageUse

调用方法

GET /api/report/page-use

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
modelIdqueryinteger(int64)模块ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysReport com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysReport

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReport
GET

/api/reasonCode/queryReasonCodeTypeList

原因码管理 获取原因码类型列表 OperationId: queryTypeList

调用方法

GET /api/reasonCode/queryReasonCodeTypeList

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResReasonCodeType com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResReasonCodeType

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResReasonCodeType[]返回数据
GET

/api/reasonCode/list

原因码管理 查询原因码列表 OperationId: list_4

调用方法

GET /api/reasonCode/list

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID
codequerystring原因码
namequerystring原因码名称
typeNamequerystring原因类型名称
typeIdqueryinteger(int64)类型ID
orderTypequerystring单据类型 【 INVENTORY_ADJUST_ORDER : PURCHASE_ORDER : INVENTORY_RECEIVE_ORDER : OIL_CHANGE : OIL_STOCK_INVENTORY : OIL_CHANGE_NO : OIL_CHANGE_TANK : OIL_CHANGE_LOSS : OIL_PROFIT_LOSS_INQUIRY : 】
externalCodequerystring外部编号

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResReasonCode com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResReasonCode

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResReasonCode[]返回数据
GET

/api/reasonCode/get/{id}

原因码管理 查询原因码 OperationId: get_7

调用方法

GET /api/reasonCode/get/{id}

参数

名称位置必填类型说明示例
idqueryinteger(int64)原因码ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResReasonCode com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResReasonCode

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResReasonCode
GET

/api/rating/topic/list

评价题库管理 查询评价题库列表 OperationId: list_5

调用方法

GET /api/rating/topic/list

参数

名称位置必填类型说明示例
ratingCategoryIdqueryinteger(int64)评价分类id
contentquerystring内容
totalScorequeryinteger(int64)总分
merchantIdqueryinteger(int64)商户id
statusquerystring状态 【 ACTIVE : DEACTIVATE : DELETE : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRatingTopic com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRatingTopic

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingTopic[]返回数据
GET

/api/rating/topic/get/{id}

评价题库管理 查询评价题库详情 OperationId: get_8

调用方法

GET /api/rating/topic/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)题库ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRatingTopic com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRatingTopic

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingTopic
GET

/api/rating/template/page

评价模版管理 查询评价模版分页 OperationId: page_6

调用方法

GET /api/rating/template/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
typequerystring模版类型(合同/其他)
statusquerystring问题内容 【 ACTIVE : DEACTIVATE : DELETE : 】
namequerystring名称
merchantIdqueryinteger(int64)商户ID
companyIdqueryinteger(int64)公司Id

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRatingTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResRatingTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingTemplate
GET

/api/rating/template/list

评价模版管理 查询评价模版列表 OperationId: list_6

调用方法

GET /api/rating/template/list

参数

名称位置必填类型说明示例
typequerystring模版类型(合同/其他)
statusquerystring问题内容 【 ACTIVE : DEACTIVATE : DELETE : 】
namequerystring名称
merchantIdqueryinteger(int64)商户ID
companyIdqueryinteger(int64)公司Id

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRatingTemplate com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRatingTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingTemplate[]返回数据
GET

/api/rating/template/get/{id}

评价模版管理 查询评价模版详情 OperationId: get_9

调用方法

GET /api/rating/template/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)问题评价ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRatingTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRatingTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingTemplate
GET

/api/rating/list

评价管理 查询评价列表 OperationId: list_7

调用方法

GET /api/rating/list

参数

名称位置必填类型说明示例
originTypequerystring源订单类型 【 SALE_CONTRACT : PURCHASE_CONTRACT : 】
originIdqueryinteger(int64)源订单id
totalPenaltyquerynumber(double)总扣分
statusquerystring状态 【 WAIT_START : CONFIRM : DONE : CANCEL : 】
ratingUserIdqueryinteger(int64)评价人
operatorIdqueryinteger(int64)经办人id

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRating com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRating

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRating[]返回数据
GET

/api/rating/getRating

评价管理 根据评价人查询评价详情 OperationId: getRating

调用方法

GET /api/rating/getRating

参数

名称位置必填类型说明示例
ratingIdqueryinteger(int64)评价ID
ratingUserIdqueryinteger(int64)评价人

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRating com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRating

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRating
GET

/api/rating/get/{id}

评价管理 查询评价详情 OperationId: get_10

调用方法

GET /api/rating/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)评价ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRating com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRating

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRating
GET

/api/rating/category/list

评价分类管理 查询评价分类列表 OperationId: list_8

调用方法

GET /api/rating/category/list

参数

名称位置必填类型说明示例
namequerystring名称
codequerystring编号
merchantIdqueryinteger(int64)商户id
statusquerystring状态 【 ACTIVE : DEACTIVATE : DELETE : 】
ratingUserIdqueryinteger(int64)评价人ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRatingCategory com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRatingCategory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingCategory[]返回数据
GET

/api/rating/category/get/{id}

评价分类管理 查询评价分类详情 OperationId: get_11

调用方法

GET /api/rating/category/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)合同评价ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResRatingCategory com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRatingCategory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingCategory
GET

/api/printerTemplateConfig/list

系统打印机模板配置管理 查询模板配置列表 OperationId: list_9

调用方法

GET /api/printerTemplateConfig/list

参数

名称位置必填类型说明示例
namequerystring名称
statusquerystring状态
typequerystring模版类型
reportIdqueryinteger(int64)报表ID
receiptCodequerystring单据代号
receiptCodeListquerystring[]
apiIdqueryinteger(int64)打印模板对应的数据源API ID
merchantIdqueryinteger(int64)商户ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysPrinterTemplateConfig com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysPrinterTemplateConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysPrinterTemplateConfig[]返回数据
GET

/api/printerTemplateConfig/get/{id}

系统打印机模板配置管理 查询模板配置 OperationId: get_12

调用方法

GET /api/printerTemplateConfig/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)打印机模版ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysPrinterTemplateConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysPrinterTemplateConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysPrinterTemplateConfig
GET

/api/poiTemp/query/{merchantId}/{type}

导入模版下载 根据商户和类型获取配置 OperationId: query_2

调用方法

GET /api/poiTemp/query/{merchantId}/{type}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)
typepathstring 【 SALE_ORDER : PURCHASE_ORDER : INVENTORY_DELIVERY_ORDER : INVENTORY_RECEIVE_ORDER : TRANSFER_CROSS_ORDER : STOCK_INVENTORY_ORDER : GOODS_BRAND : GOODS_CATEGORY : GOODS : SALE_CONTRACT : PURCHASE_CONTRACT : GOODS_UPDATE : CUSTOMER : MEMBER : SUPPLIER : MEMBER_ACCOUNT_EQUITY : INGREDIENT : STANDARD_GOODS : PURCHASE_CONTRACT_INGREDIENT : PURCHASE_DECALS_CONTRACT_INGREDIENT : SALE_CONTRACT_PRODUCT : COMPREHENSIVE_SERVICES : OUTSIDE_SERVICE_DEVICE : FINANCE_PURCHASE_INVOICE_INGREDIENT : PURCHASE_PLAN : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysDataImportTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysDataImportTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysDataImportTemplate
GET

/api/operationalDoc/page

系统操作文档管理接口 查询系统操作文档分页列表 OperationId: operationalDocPage

调用方法

GET /api/operationalDoc/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
industryquerystring行业"COMPLEX"
modelIdqueryinteger(int64)系统模块ID
modelNamequerystring模块名称
menuNamequerystring自定义菜单
fileNamequerystring文件名称

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysOperationalDoc com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysOperationalDoc

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysOperationalDoc
GET

/api/operationalDoc/get/{id}

系统操作文档管理接口 根据ID查询系统操作文档 OperationId: get_13

调用方法

GET /api/operationalDoc/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysOperationalDoc com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysOperationalDoc

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysOperationalDoc
GET

/api/operationalDoc/get/haveOperationalDocModel

系统操作文档管理接口 查询行业具有操作文档的模块 OperationId: queryHaveOperationalDocModelList

调用方法

GET /api/operationalDoc/get/haveOperationalDocModel

参数

名称位置必填类型说明示例
industryquerystring行业"COMPLEX"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysModel com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysModel

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysModel[]返回数据
GET

/api/openApiLog/page

系统请求日志 分页查询系统请求日志 OperationId: page_7

调用方法

GET /api/openApiLog/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户号ID
businessTypequerystring业务类型
interactSysquerystring系统
interactFunctionquerystring功能
successqueryboolean是否处理成功/失败
startRequestTimequerystring(date-time)开始请求时间
endRequestTimequerystring(date-time)结束请求时间
syncDirectionqueryinteger(int32)推送方向
batchquerystring批次

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResOpenApiLog com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResOpenApiLog

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResOpenApiLog
GET

/api/openApiLog/get/{id}

系统请求日志 查询系统请求日志详情 OperationId: get_14

调用方法

GET /api/openApiLog/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)系统请求日志ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResOpenApiLog com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResOpenApiLog

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResOpenApiLog
GET

/api/monitor/version

服务监控管理 获取服务版本信息 OperationId: version

调用方法

GET /api/monitor/version

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
GET

/api/monitor/health

服务监控管理 心跳检查 OperationId: health

调用方法

GET /api/monitor/health

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
GET

/api/model/list

模块管理 查询商户可使用的模块列表 OperationId: list_10

调用方法

GET /api/model/list

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysModel com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysModel

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysModel[]返回数据
GET

/api/merchant/query/{code}

商户信息 根据code查询商户详情 OperationId: query_3

调用方法

GET /api/merchant/query/{code}

参数

名称位置必填类型说明示例
codepathstringCode1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResMerchant com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResMerchant

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResMerchant
GET

/api/loginConfig/get

用户登录配置 查询商户登录配置 OperationId: get_15

调用方法

GET /api/loginConfig/get

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResLoginConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResLoginConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLoginConfig
GET

/api/login/getLoginUserInfo

用户登录 获取登录用户信息 OperationId: getLoginUserInfo

调用方法

GET /api/login/getLoginUserInfo

参数

名称位置必填类型说明示例
allowLoginChannelquerystring登录渠道 【 ERP_BACKEND : ECOMMERCE_PLATFORM : SUPPLIER_PLATFORM : HANDHELD_TERMINAL : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
GET

/api/log/userManageLog/page

日志管理 查询用户管理日志分页列表 OperationId: userManageLogPage

调用方法

GET /api/log/userManageLog/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
queryDTOqueryUserManageLogDTO$QueryDTO

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUserManageLog com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResUserManageLog

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUserManageLog
GET

/api/log/userManageLog/function

日志管理 查询用户管理日志function OperationId: queryUserManageLogFunction

调用方法

GET /api/log/userManageLog/function

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysFunction com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysFunction

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysFunction[]返回数据
GET

/api/log/userLoginLog/page

日志管理 获取用户登录日志分页列表 OperationId: userLoginLogPage

调用方法

GET /api/log/userLoginLog/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
userNamequerystring 用户账号
userIdqueryinteger(int64) 用户ID
startTimequerystring(date-time)开始时间
endTimequerystring(date-time)结束时间

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUserLoginLog com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResUserLoginLog

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUserLoginLog
GET

/api/log/sessionLog/page

日志管理 查询操作日志分页列表 OperationId: sessionLogPage

调用方法

GET /api/log/sessionLog/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
companyIdqueryinteger(int64)公司ID
functionIdqueryinteger(int64)功能ID
userIdqueryinteger(int64)用户ID
appIdqueryinteger(int64)sys_app.id
startTimequerystring(date-time)开始时间
endTimequerystring(date-time)结束时间

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysGatewaySessionRecord com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysGatewaySessionRecord

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysGatewaySessionRecord
GET

/api/log/clearConfig/query

日志管理 查询商户配置 OperationId: queryClearConfig

调用方法

GET /api/log/clearConfig/query

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResLogClearConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResLogClearConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLogClearConfig
GET

/api/lang-translation/translation/{merchantId}/{langCode}

语言于翻译字典 前端获取翻译字典JSON OperationId: listOneTranslation

调用方法

GET /api/lang-translation/translation/{merchantId}/{langCode}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户ID1
langCodepathstring语言CODE"zh_CN"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: string

GET

/api/lang-translation/translation/list

语言于翻译字典 查询翻译字典 OperationId: listTranslation_1

调用方法

GET /api/lang-translation/translation/list

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户
languageCodequerystring语言编码"zh_CN"
languageNamequerystring语言名称"Chinese (CN) / 简体中文"
merchantIndustryquerystring行业"COMPLEX_RETAIL"
applicationquerystring应用"crm"
modulequerystring模块"common"
keyquerystring字典key"K222u3u38"
valuequerystring字典翻译"这是翻译"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResTranslation com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResTranslation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTranslation[]返回数据
GET

/api/lang-translation/lang/list

语言于翻译字典 支持语言列表 OperationId: listLang

调用方法

GET /api/lang-translation/lang/list

参数

名称位置必填类型说明示例
codequerystring编号"zh_CN"
namequerystring名称"Chinese (CN) / 简体中文"
activequeryboolean是否可用true
merchantIdqueryinteger(int64)商户
langIdqueryinteger(int64)语言

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResLang com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResLang

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLang[]返回数据
GET

/api/issues/page

问题信息 查询问题列表 OperationId: page_8

调用方法

GET /api/issues/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
titlequerystring问题标题
originIdqueryinteger(int64)业务ID
originTypequerystring合同/其他 【 CONTRACT : OTHER : 】
statusquerystring状态 【 DONE : PENDING : CONFIRM : CLOSE : 】
startDatequerystring(date)开始日期
endDatequerystring(date)结束日期
assignPersonIdListqueryinteger(int64)[]
priorityquerystring 优先级 【 NOT_SPECIFIED : SEVERITY : MAIN : MINOR : UN_IMPORTANCE : 】
modelquerystring类型 【 SYSTEM_ISSUE : PROBLEM_FEEDBACK : MEMBER_DISCUSSION : WH_LEAN_CREATIVITY_PROPOSAL : 】
departmentIdListqueryinteger(int64)[]
queryCreateByqueryboolean是否查询自己发起的

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResIssues com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResIssues

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResIssues
GET

/api/issues/get/{id}

问题信息 查询问题详情 OperationId: get_16

调用方法

GET /api/issues/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)问题ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResIssues com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResIssues

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResIssues
GET

/api/issues/comment/list

问题评论管理 查询问题评论列表 OperationId: list_11

调用方法

GET /api/issues/comment/list

参数

名称位置必填类型说明示例
issuesIdqueryinteger(int64)问题ID
contentquerystring问题内容
statusquerystring问题内容 【 ACTIVE : DEACTIVATE : DELETE : 】
operatorIdqueryinteger(int64)操作人ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResIssuesComment com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResIssuesComment

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResIssuesComment[]返回数据
GET

/api/import-template/get

导入模板管理 查询导入模板 OperationId: get_17

调用方法

GET /api/import-template/get

参数

名称位置必填类型说明示例
typequerystring导入模板类型"GOODS"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysImportTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysImportTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysImportTemplate
GET

/api/idaasConfig/queryConfig

IDaaS配置管理 查询IDaaS配置 OperationId: queryConfig

调用方法

GET /api/idaasConfig/queryConfig

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResIdaasConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResIdaasConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResIdaasConfig
GET

/api/externalApplication/query-mapping

外部应用管理 查询数据映射关系 OperationId: queryMapping

调用方法

GET /api/externalApplication/query-mapping

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID0
typequerystring类型"OIL_TANK"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResExternalDataMapping com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResExternalDataMapping

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResExternalDataMapping[]返回数据
GET

/api/externalApplication/query-config

外部应用管理 查询应用基础配置 OperationId: queryConfig_1

调用方法

GET /api/externalApplication/query-config

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID0

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResExternalAppConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResExternalAppConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResExternalAppConfig
GET

/api/endOfDayConfig/shell/get

日结配置-壳牌 编辑日结配置 OperationId: query_4

调用方法

GET /api/endOfDayConfig/shell/get

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResEndOfDayConfig com.leadwaycloud.core.model.RCom.leadwaycloud.system.shell.model.entitys.ResEndOfDayConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResEndOfDayConfig
GET

/api/email/template/page

邮件模板管理 查询 OperationId: queryMapping_1

调用方法

GET /api/email/template/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
queryDTOqueryEmailTemplateDTO$QueryDTO

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResEmailTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResEmailTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResEmailTemplate
GET

/api/email/template/get/{id}

邮件模板管理 查询详情 OperationId: get_18

调用方法

GET /api/email/template/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResEmailTemplate com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResEmailTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResEmailTemplate
GET

/api/email/record/page

邮件发送记录 查询 OperationId: page_9

调用方法

GET /api/email/record/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
queryDTOqueryEmailSendRecordDTO$QueryDTO

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResEmailSendRecord com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResEmailSendRecord

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResEmailSendRecord
GET

/api/dynamic-task/list

动态任务管理 查询任务列表 OperationId: queryDynamicTask

调用方法

GET /api/dynamic-task/list

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID
companyIdqueryinteger(int64)门店ID
searchquerystring动态查询参数
sortquerystring动态排序"startDate,asc"
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResDynamicTask com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResDynamicTask

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResDynamicTask
GET

/api/dynamic-task/get/{id}

动态任务管理 查询任务详情 OperationId: get_19

调用方法

GET /api/dynamic-task/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResDynamicTask com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResDynamicTask

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResDynamicTask
GET

/api/deviceCommand/list

设备指令信息 查询所有设备指令信息 OperationId: list_12

调用方法

GET /api/deviceCommand/list

参数

名称位置必填类型说明示例
brandquerystring品牌
modelquerystring型号
typesquerystring设备类型(PRINTER:打印机)"PRINTER"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysDeviceCommand com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysDeviceCommand

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysDeviceCommand[]返回数据
GET

/api/currency/queryRate

货币信息 查询货币汇率接口 OperationId: queryRate

调用方法

GET /api/currency/queryRate

参数

名称位置必填类型说明示例
localDatequerystring查询日"2020-11-20"
fromCurrencyIdqueryinteger(int64)源货币1
toCurrencyIdqueryinteger(int64)兑换货币1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysCurrencyRate com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysCurrencyRate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrencyRate
GET

/api/currency/queryRatePage

货币信息 查询货币汇率(分页)接口 OperationId: queryRate_1

调用方法

GET /api/currency/queryRatePage

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
localDatequerystring查询日"2020-11-20"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysCurrencyRate com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysCurrencyRate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrencyRate
GET

/api/currency/queryCode/{code}

货币信息 查询货币(代号)接口 OperationId: queryByCode

调用方法

GET /api/currency/queryCode/{code}

参数

名称位置必填类型说明示例
codepathstring代号"CNY"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysCurrency com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysCurrency

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrency
GET

/api/currency/page

货币信息 查询货币(分页)接口 OperationId: page_10

调用方法

GET /api/currency/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
codequerystring编号"CNY"
namequerystring名称"人民币"
symbolquerystring符号"¥"
activequeryboolean是否可用true

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysCurrency com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysCurrency

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrency
GET

/api/currency/list

货币信息 查询所有货币信息 OperationId: list_13

调用方法

GET /api/currency/list

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysCurrency com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysCurrency

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrency[]返回数据
GET

/api/currency/get/{id}

货币信息 查询货币(ID)接口 OperationId: get_20

调用方法

GET /api/currency/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysCurrency com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysCurrency

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrency
GET

/api/contact/queryAdministrativeDivisions

联系地址管理 获取五级联动数据接口 OperationId: getAdministrativeDivisions

调用方法

GET /api/contact/queryAdministrativeDivisions

参数

名称位置必填类型说明示例
typequerystring类型"COUNTRY"
parentIdqueryinteger(int64)上一级ID;国家/地区类型时,可不提供1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: AddressVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.vo.AddressVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataAddressVO[]返回数据
GET

/api/contact/get/{id}

联系地址管理 根据ID查询联系地址 OperationId: get_21

调用方法

GET /api/contact/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResContact com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResContact

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResContact
GET

/api/companyGroup/page

公司组管理 查询公司组分页列表 OperationId: page_11

调用方法

GET /api/companyGroup/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户ID1
namequerystring名称
companyIdqueryinteger(int64)分组下公司ID1
codequerystring编号
statusquerystring状态 【 ACTIVE : DEACTIVATE : DELETE : 】
typequerystring类型 【 PURCHASE_AREA : SALE_AREA : MANAGER_AREA : DISTRIBUTION_AREA : FINANCE_AREA : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: CompanyGroupListVO com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.vo.company.CompanyGroupListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCompanyGroupListVO
GET

/api/companyGroup/get/{id}

公司组管理 查询公司组详情 OperationId: get_22

调用方法

GET /api/companyGroup/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)公司组ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: CompanyGroupDetailVO com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.company.CompanyGroupDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCompanyGroupDetailVO
GET

/api/company/shell/query-delivery-company/{id}

公司管理-壳牌 查询中央仓已绑定的油站列表 OperationId: queryDeliveryCompany

调用方法

GET /api/company/shell/query-delivery-company/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)中央仓ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: CenterStoreVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.shell.model.vo.CenterStoreVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCenterStoreVO[]返回数据
GET

/api/company/shell/query-belong-center-warehouse/{id}

公司管理-壳牌 查询油站已绑定中央仓 OperationId: queryBelongCenterWarehouse

调用方法

GET /api/company/shell/query-belong-center-warehouse/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)油站ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: CenterStoreVO com.leadwaycloud.core.model.RCom.leadwaycloud.system.shell.model.vo.CenterStoreVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCenterStoreVO
GET

/api/company/shell/query-belong-center-warehouse-by-companyIdList

公司管理-壳牌 查询油站已绑定中央仓(传油站集合) OperationId: queryBelongCenterWarehouseByCompanyIdList

调用方法

GET /api/company/shell/query-belong-center-warehouse-by-companyIdList

参数

名称位置必填类型说明示例
companyIdListqueryinteger(int64)[]
idqueryinteger(int64)油站ID集合

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: CenterWarehouseVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.shell.model.vo.CenterWarehouseVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCenterWarehouseVO[]返回数据
GET

/api/company/queryManageableCompany

公司管理 - OperationId: queryManageableCompany

调用方法

GET /api/company/queryManageableCompany

参数

名称位置必填类型说明示例
namequerystring公司名称"立威云"
codequerystring公司编号"CD0123456789123"
typequerystring类型"STORE"
merchantIdqueryinteger(int64)商户ID
tagNamequerystring标签名称
groupNamequerystring公司组名称
userIdqueryinteger(int64)用户ID(根据用户ID查询可管理公司ID)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ManageableCompanyVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.vo.ManageableCompanyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataManageableCompanyVO[]返回数据
GET

/api/company/queryAdministrativeUsers/{id}

公司管理 查询公司关联中指定公司的用户列表 OperationId: queryAdministrativeUsers

调用方法

GET /api/company/queryAdministrativeUsers/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)公司ID1
userCompanyIdqueryinteger(int64)用户所属公司ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResUser com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser[]返回数据
GET

/api/company/public/get/{id}

公司管理 根据公司ID查询公司详情 OperationId: getCompanyPublicDetail

调用方法

GET /api/company/public/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: PublicCompanyVO com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.company.PublicCompanyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPublicCompanyVO
GET

/api/company/list

公司管理 获取公司列表 OperationId: list_14

调用方法

GET /api/company/list

参数

名称位置必填类型说明示例
idListqueryinteger(int64)[]主键ID
codequerystring公司编号(字母+数字,15位)"CD0123456789123"
otherCodequerystring其他编号"AAAA-01"
typequerystring类型"STORE"
statusquerystring状态"IN_OPERATION"
namequerystring公司名称"立威云"
parentIdqueryinteger(int64)上级公司ID
tagNamequerystring标签名称
groupNamequerystring公司组名称
groupCodequerystring公司组编号
merchantIdqueryinteger(int64)商户ID,merchantId与merchantCode任意传一个参数
merchantCodequerystring商户号,merchantId与merchantCode任意传一个参数
groupTypequerystring公司组类型 【 PURCHASE_AREA : SALE_AREA : MANAGER_AREA : DISTRIBUTION_AREA : FINANCE_AREA : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: CompanyListVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.vo.CompanyListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCompanyListVO[]返回数据
GET

/api/company/list/{merchantId}

公司管理 获取公司列表(已废弃,请使用 /list?merchantId=xxx) OperationId: lists 已废弃

调用方法

GET /api/company/list/{merchantId}

参数

名称位置必填类型说明示例
merchantIdpathinteger(int64)商户号ID
idListqueryinteger(int64)[]主键ID
codequerystring公司编号(字母+数字,15位)"CD0123456789123"
otherCodequerystring其他编号"AAAA-01"
typequerystring类型"STORE"
statusquerystring状态"IN_OPERATION"
namequerystring公司名称"立威云"
parentIdqueryinteger(int64)上级公司ID
tagNamequerystring标签名称
groupNamequerystring公司组名称
groupCodequerystring公司组编号
merchantCodequerystring商户号,merchantId与merchantCode任意传一个参数
groupTypequerystring公司组类型 【 PURCHASE_AREA : SALE_AREA : MANAGER_AREA : DISTRIBUTION_AREA : FINANCE_AREA : 】

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: CompanyListVO com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.vo.CompanyListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCompanyListVO[]返回数据
GET

/api/company/get/{id}

公司管理 根据公司ID查询公司详情 OperationId: get_23

调用方法

GET /api/company/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResCompany com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResCompany

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResCompany
GET

/api/code-rule/page

编号规则 查询编号规则 OperationId: page_12

调用方法

GET /api/code-rule/page

参数

名称位置必填类型说明示例
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
merchantIdqueryinteger(int64)商户号ID123
typequerystring类型"PURCHASE_ORDER"
activequeryboolean是否可用true
otherTypequerystring其他类型

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResCodeRule com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResCodeRule

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResCodeRule
GET

/api/code-rule/generateDefCode

编号规则 获取默认编号 OperationId: generateCode

调用方法

GET /api/code-rule/generateDefCode

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: String com.leadwaycloud.core.model.RJava.lang.String

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datastring返回数据
GET

/api/code-rule/generateCode

编号规则 根据规则获取编号(非批量,无缓存) OperationId: generateCode_1

调用方法

GET /api/code-rule/generateCode

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户号ID
codeRuleIdqueryinteger(int64)编码规则ID
cachequeryinteger(int64)是否缓存《自增序列(根据各个MODEL中的seqCheck来拼接检查)》
companyIdqueryinteger(int64)公司ID
goodsCategoryIdqueryinteger(int64)商品分类ID
dynamicCharquerystring动态字符

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: String com.leadwaycloud.core.model.RJava.lang.String

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datastring返回数据
GET

/api/calendar/sysList

日历管理 获取系统日历列表 OperationId: sysList

调用方法

GET /api/calendar/sysList

参数

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysCalendar com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysCalendar

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCalendar[]返回数据
GET

/api/calendar/resList

日历管理 获取商户日历 OperationId: resList

调用方法

GET /api/calendar/resList

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID
companyIdqueryinteger(int64)公司ID
yearqueryinteger(int32)

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResCalendar com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResCalendar

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResCalendar[]返回数据
GET

/api/attachment/list

附件管理 查询附件 OperationId: list_15

调用方法

GET /api/attachment/list

参数

名称位置必填类型说明示例
originIdqueryinteger(int64)源订单ID
originIdListqueryinteger(int64)[]
originTypequerystring源订单类型
querySupplierUploadqueryboolean查询附件创建人是否是供应商
createByIdqueryinteger(int64)创建人ID
originTypeSubquerystring源订单子类型

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResAttachment com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResAttachment

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResAttachment[]返回数据
GET

/api/application/querySysApplication

应用管理 查询系统应用 OperationId: querySysApplication

调用方法

GET /api/application/querySysApplication

参数

名称位置必填类型说明示例
merchantIndustryquerystring商户行业"COMPLEX"
companyTypequerystring公司类型"STORE"
namequerystring名称"收银服务"
activequeryboolean是否可用true

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysApplication com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysApplication

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysApplication[]返回数据
GET

/api/application/querySysApiPage/{sysApplicationId}

应用管理 分页查询系统应用支持访问的接口 OperationId: querySysApplication_1

调用方法

GET /api/application/querySysApiPage/{sysApplicationId}

参数

名称位置必填类型说明示例
sysApplicationIdpathinteger(int64)系统应用ID1
pagequeryinteger(int32)查询页码0
sizequeryinteger(int32)查询页行数10
namequerystring功能名称"导出商品"

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: SysApi com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysApi

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysApi
GET

/api/application/list

应用管理 查询应用列表 OperationId: list_16

调用方法

GET /api/application/list

参数

名称位置必填类型说明示例
companyIdqueryinteger(int64)公司ID1
namequerystring名称
codequerystring编号

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResApplication com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResApplication

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResApplication[]返回数据
GET

/api/application/get/{id}

应用管理 根据ID查询详情 OperationId: get_24

调用方法

GET /api/application/get/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: ResApplication com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResApplication

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResApplication
DELETE

/api/tag/delete/{id}

标签管理 删除标签 OperationId: delete

调用方法

DELETE /api/tag/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)标签名称

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/role/delete/{id}

角色管理 删除 OperationId: delete_1

调用方法

DELETE /api/role/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/log/clearLog

日志管理 清理日志 OperationId: clearLog

调用方法

DELETE /api/log/clearLog

参数

名称位置必填类型说明示例
merchantIdqueryinteger(int64)商户ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/email/template/delete/{id}

邮件模板管理 删除 OperationId: delete_2

调用方法

DELETE /api/email/template/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Void com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/attachment/delete/{id}

附件管理 删除附件 OperationId: delete_3

调用方法

DELETE /api/attachment/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据
DELETE

/api/application/delete/{id}

应用管理 删除 OperationId: delete_4

调用方法

DELETE /api/application/delete/{id}

参数

名称位置必填类型说明示例
idpathinteger(int64)ID1

请求体

响应

状态码: 200 说明: OK Content-Type: */* 类型: Object com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据

模型定义

com.leadwaycloud.core.model.RJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据

com.leadwaycloud.system.model.dto.PasswordRuleDTO$UpdateDTO

修改门店密码规则DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID1
maxLengthinteger(int32)最大长度
minLengthinteger(int32)最小长度
neverExpiresAllowedboolean是否允许永不过期
numericDigitRequiredboolean是否必须包含数字
specialCharactersAllowedboolean允许特殊符号
specialCharactersRequiredboolean是否必须包含特殊符号
upperCaseCharactersRequiredboolean必需包含大写字母
lockoutDurationinteger(int32)自动签出时间(分)
validateDurationinteger(int32)有效期(天)
expirationNotificationboolean过期提醒
defaultPasswordValidateDurationinteger(int32)默认密码有效期

com.leadwaycloud.core.model.RJava.lang.Boolean

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
databoolean返回数据

com.leadwaycloud.system.model.dto.UserDTO$UpdateDTO

修改用户DTO

名称类型必填说明示例
userNamestring登录名称
namestring用户名称"hyj"
languagestring系统语言"zh_CN"
imagestring图片"xxxxx"
statusstring状态"ACTIVE"
readVersionInfoboolean是否已读更新版本信息
emailstring邮箱
signstring签名
passwordstring默认密码
forceUpdatePasswordboolean是否强制修改密码
mobilePhonestring手机号"131"
allowLoginChannelboolean允许登陆渠道(ERP:ERP_BACKEND,电商平台:ECOMMERCE_PLATFORM,供应商平台:SUPPLIER_PLATFORM)。如果有多个用,逗号隔开
userAuditStatusstring用户审核状态
idaasIdstringidaas唯一ID
externalCodestring外部编号

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser

com.leadwaycloud.system.model.entity.crm.CrmAgent

代理商

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
statusstring状态
currencyIdinteger(int64)货币Id
birthdaystring(date)生日
sexstring性别
notestring备注
partnerIdinteger(int64)CRM对象ID
externalCodestring外部编号
typestring公司类型
merchantIdinteger(int64)商户ID
namestring名称
imagestring图片
contactIdinteger(int64)地址ID
companyIdinteger(int64)公司ID
codestring编号
financeInvoiceTitleFinanceInvoiceTitle
crmAgentCompanyRelationCrmAgentCompanyRelation
resCompanyResCompany
qsupplierListCrmSupplier[]

com.leadwaycloud.system.model.entity.crm.CrmAgentCompanyRelation

代理商公司与公司关联关系

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
companyIdinteger(int64)公司Id
agentIdinteger(int64)代理Id
statusstring状态

com.leadwaycloud.system.model.entity.crm.CrmCarrier

承运商

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
statusstring状态
currencyIdinteger(int64)货币Id
birthdaystring(date)生日
sexstring生日
notestring性别
partnerIdinteger(int64)CRM关系
externalCodestring外部编号
typestring公司类型
merchantIdinteger(int64)商户Id
namestring名称
imagestring图片
contactIdinteger(int64)地址联系Id
companyIdinteger(int64)公司Id
codestring编号
financeInvoiceTitleFinanceInvoiceTitle
resCompanyResCompany
qsupplierListCrmSupplier[]

com.leadwaycloud.system.model.entity.crm.CrmSupplier

供应商

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring编号
birthdaystring(date)生日
sexstring性别
notestring备注
partnerIdinteger(int64)CRM对象ID
externalCodestring外部编号
merchantIdinteger(int64)商户ID
statusstring状态
currencyIdinteger(int64)货币
typestring公司类型
namestring名称
imagestring图片
companyIdinteger(int64)公司ID
contactIdinteger(int64)地址
settlementMethodstring供应商结算类型(默认结算类型)-爱达,维护供应商与公司绑定关系可重新设置结算类型
originstring来源
eligibleboolean是否合格供应商-万航
shortNamestring简称
sourcestring来源
sourceInfostring来源补充信息
distributionModestring经销模式
enterpriseTypestring企业类型
operatingStatusstring经营状态
abnormalStatusReasonstring经营状态异常说明
versionstring版本号
establishmentDatestring(date)成立日期
registeredCapitalnumber(double)注册资本
legalRepresentativestring法定代表人
registeredAddressstring注册地址
extensionInfostring供应商额外属性
cooperationStatusstring供应商合作状态-怡合达
epoboolean是否开启E订单-壳牌
restrictTypestring采购限制类型-壳牌
restrictQtynumber(double)采购限制数量-壳牌
orderExpiredCloseboolean是否开启订单过期关闭-壳牌
orderValidityinteger(int32)订单有效期(天)-壳牌

com.leadwaycloud.system.model.entity.finance.FinanceInvoiceTitle

发票抬头

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
headerNamestring抬头名称
addressstring地址
taxNostring税号
phonestring电话
bankstring开户银行
bankAccountsstring银行账户
invoiceTypestring发票类型
recipientstring收件人
mailAddressstring邮寄地址
receivePhonestring收件人手机或电话
partnerIdinteger(int64)CRM客户关系
merchantIdinteger(int64)商户ID
billingPeriodinteger(int32)账期
statusstring状态
defboolean是否默认
externalCodestring外部编号

com.leadwaycloud.system.model.entity.res.ResCompany

公司

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
partnerIdinteger(int64)关系ID
codestring公司编号(仅允许字母和数字)"CD01"
otherCodestring其他编号"AAAA-01"
typestring类型
statusstring状态
parentIdinteger(int64)上级公司ID
idChainstring公司ID完整架构(上下级公司id用-连接)"123-456"
sloganstring公司标语
initConfigboolean是否已经初始化公司配置 true:已初始化 false:未初始化false
namestring名称
imagestring图片
contactIdinteger(int64)地址ID
foreignNamesstring其他国家名称JSON字符串
contentstring其他详情JSON字符串,可动态添加附件字段名
enNamestring发票名称
currencyIdinteger(int64)货币Id
partnerResPartner
merchantResMerchant
contactResContact
currencySysCurrency
crmAgentListCrmAgent[]代理商对象
crmCarrierListCrmCarrier[]承运商对象
financeInvoiceTitleFinanceInvoiceTitle
companyGroupListResCompanyGroup[]公司所属分组

com.leadwaycloud.system.model.entity.res.ResCompanyGroup

公司组

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
namestring名称
codestring编号
descriptionstring描述
statusstring状态
typestring类型
regionboolean是否区域-壳牌
companyListResCompany[]分组包含公司

com.leadwaycloud.system.model.entity.res.ResContact

地址联系关系

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
countryIdinteger(int64)国家ID
stateIdinteger(int64)省、直辖市ID
cityIdinteger(int64)城市ID
areaIdinteger(int64)区、县ID
streetIdinteger(int64)街道ID
addressstring详细地址
postcodestring邮编
phonestring电话
phoneExtensionstring电话-分机号
mobilestring手机
faxstring传真
faxExtensionstring传真-分机号
emailstring邮箱"邮箱"
houseNumberstring门牌号
latLonstring经纬度

com.leadwaycloud.system.model.entity.res.ResMerchant

商户模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring编号
abbreviationstring简称"简称"
fullNamestring全称(用作初始化创建公司)"公司全称"
statusstring商户状态
industrystring行业
currencyIdinteger(int64)货币ID
emailstring联系邮箱(用作初始化创建账号)"email"
phonestring联系电话
addressstring地址
logostringlogo"logo"
currencySysCurrency
merchantConfigResMerchantConfig

com.leadwaycloud.system.model.entity.res.ResMerchantConfig

商户配置

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
expireDatestring(date)过期时间
userCountinteger(int32)用户数量
posCountinteger(int32)机台数量
otherConfigstring其他配置(json字符串)

com.leadwaycloud.system.model.entity.res.ResPartner

CRM关系

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
memberboolean会员false
supplierboolean供应商false
customerboolean客户false
employeeboolean员工false
franchiseeboolean加盟商false
companyboolean公司false
userboolean用户false
carrierboolean承运商false
agentboolean代理false
producerboolean生产商false
extensionInfostring扩展数据,设置客户资质信息(资质文件/签名/印章)等
customerPersonboolean客户联系人false

com.leadwaycloud.system.model.entity.res.ResUser

用户模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
statusstring状态
userNamestring登录名称
languagestring语言"zh_CN"
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
readVersionInfoboolean是否已读更新版本信息false
namestring名称
imagestring图片
partnerIdinteger(int64)CRM对象ID
contactIdinteger(int64)地址联系ID
signstring用户签名
forceUpdatePasswordboolean是否强制修改密码
idaasIdstringidaas唯一ID
allowLoginChannelstring允许登陆渠道(ERP:ERP_BACKEND,电商平台:ECOMMERCE_PLATFORM,供应商平台:SUPPLIER_PLATFORM)。如果有多个用,逗号隔开
registerChannelstring注册渠道(ERP:ERP_BACKEND,电商平台:ECOMMERCE_PLATFORM,IDaaS平台:IDAAS)
userAuditStatusstring用户审核状态
externalCodestring外部编号
contactResContact
companyResCompany
merchantResMerchant
loginCompanyResCompany
employeeDepartmentPositionListstring员工-部门-职位集合

com.leadwaycloud.system.model.entity.sys.SysCurrency

货币模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring编号"CNY"
namestring名称"人民币"
symbolstring符号"¥"
activeboolean是否可用true
calcRateboolean是否计算汇率true
imagestring图片
roundinginteger(int32)四舍五入精度
calcRateUnitnumber(double)汇率计算单位
roundingTypestring金额进舍规则:0=全部进位,1=全部舍位,2=四舍五入"2"

com.leadwaycloud.system.shell.model.dto.UpdateUserPasswordDTO

修改用户密码DTO

名称类型必填说明示例
passwordstring密码
verificationCodestring验证码
oldPasswordstring旧密码

com.leadwaycloud.system.model.dto.SystemUomDTO$UpdateDTO

编辑系统计量单位数据DTO

名称类型必填说明示例
codestring编号"1"
namestring名称"公斤"
symbolstring符号"kg"
rationumber(double)换算率
activeboolean是否可用true
shortNamestring简称
isoShortNamestringISO名称

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysUom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysUom

com.leadwaycloud.system.model.entity.sys.SysUom

计量单位

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
codestring计量单位code
namestring计量单位名称
symbolstring计量代号
activeboolean是否是可用的
rationumber(double)换算率
shortNamestring简称
merchantIdinteger(int64)商户id
isoShortNamestringISO名称

com.leadwaycloud.system.model.dto.TripLineDTO$UpdateDTO

编辑航线DTO

名称类型必填说明示例
namestring航线名称
descriptionstring描述
imagesstring图片
cruiseIdstring游船ID
codestring编号
statusstring状态"ACTIVE"
departureDatestring(date)出发日期"2021-10-11"
checkInLocalTime
cutOffLocalTime
daysinteger(int32)航行天数
themestring航线主题
titlestring标题
remarkstring备注
voyageIdstring航次ID
hotboolean???
enableboolean???
settleableboolean???
settledboolean???
deletedboolean是否删除
linestring明细对象
cruisestring邮轮详情
routesstring航线行程
weatherstring天气

java.time.LocalTime

结束进港时间

名称类型必填说明示例
hourinteger(int32)
minuteinteger(int32)
secondinteger(int32)
nanointeger(int32)

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResTripLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTripLine

com.leadwaycloud.system.model.entity.res.ResTripLine

返回数据

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
imagesstring图片
namestring航线名称"上海-冲绳-上海"
descriptionstring描述
codestring航次编号"NB04250102"
cruiseIdstring游船ID"1624"
lineIdinteger(int64)序号49
themestring航线主题
voyageIdstring航次ID
hotboolean???false
enableboolean???false
linestring航线信息
cruisestring邮轮详情
routesstring航线行程
departureDatestring(date)出发日期"2021-01-01"
checkInLocalTime
cutOffLocalTime
daysinteger(int32)航行天数
setteableboolean???false
settledboolean???false
deletedboolean删除表示false
statusstring状态"ACTIVE"
titlestring标题
remarkstring备注
merchantIdinteger(int64)商户ID
endDatestring(date)结束日期"2021-01-01"
weatherstring天气
versioninteger(int64)版本编号,自增
companyIdinteger(int64)公司id
closeTimestring(date-time)航次关闭时间

com.leadwaycloud.system.model.dto.TagGroupDTO$UpdateDTO

编辑标签组DTO

名称类型必填说明示例
namestring组名称
descriptionstring描述

com.leadwaycloud.core.model.RJava.lang.Void

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据

com.leadwaycloud.system.model.dto.TagDTO$UpdateDTO

编辑标签DTO

名称类型必填说明示例
namestring名称
statusstring状态(ACTIVE:可用,DEACTIVATE:停用)
groupIdinteger(int64)组ID
descriptionstring描述

com.leadwaycloud.system.model.dto.SysPropertyDTO$UpdateDTO

编辑属性DTO

名称类型必填说明示例
idinteger(int64)ID
namestring名称
groupstring分组
activeboolean是否可用
valstring属性值
descriptionstring描述
parentIdinteger(int64)上一级
sequenceinteger(int32)排序
hideboolean是否隐藏

com.leadwaycloud.system.model.dto.RoleDTO$UpdateDTO

修改角色DTO

名称类型必填说明示例
namestring角色名称"运维组"
descriptionstring描述"公司ERP系统维护人员"
functionIdListinteger(int64)[]功能ID集合
templateboolean是否是模板true
companyTypestring公司类型"STORE"
appIdinteger(int64)sys_app.id

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRole

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRole

com.leadwaycloud.system.model.entity.res.ResRole

用户角色

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring角色名称"运维组"
descriptionstring描述"公司ERP系统维护人员"
companyIdinteger(int64)公司
systemboolean是否是系统创建角色true
companyTypestring公司类型
templateboolean是否是模板true
templateIdinteger(int64)模版ID
idaasIdstringidaas唯一ID
appIdinteger(int64)sys_app.id
companyResCompany
appSysApp

com.leadwaycloud.system.model.entity.sys.SysApp

系统APP

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring代号
imagestring图片

com.leadwaycloud.system.model.dto.SysReportGroupDTO$UpdateDTO

编辑报表分组DTO

名称类型必填说明示例
namestring名称
statusstring状态

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysReportGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReportGroup

com.leadwaycloud.system.model.entity.sys.SysReportGroup

报表分组表

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
statusstring状态
parentIdinteger(int64)父级ID
idChainstring完整的组织结构
merchantIdinteger(int64)商户ID

com.leadwaycloud.system.model.dto.ReportDashboardDTO$UpdateDTO

编辑仪表板配置DTO

名称类型必填说明示例
modelIdinteger(int64)模型ID608486975133453
userIdinteger(int64)用户ID618708628295069
companyIdinteger(int64)公司ID574533689957252
merchantIdinteger(int64)商户号ID574533689957248
reportDashboardLayoutDTOListSysReportDashboardLayoutDTO[]仪表盘自定义布局配置集合
delReportDashboardLayoutListinteger(int64)[]删除明细集合

com.leadwaycloud.system.model.dto.SysReportDashboardLayoutDTO

仪表板布局模型

名称类型必填说明示例
idinteger(int64)ID
layoutstring布局"xxxxxxxxxxx"
reportIdinteger(int64)报表ID628765092806207

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysReportDashboard

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReportDashboard

com.leadwaycloud.system.model.entity.sys.SysApi

系统接口

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
openboolean是否是公开的false
sortinteger(int64)排序
namestring接口名称
pathstring接口路径"/lwc-cloud-erp-manager/sys/api/user/update-info"
methodstring请求方法"PUT"
contentTypestring数据类型"application/json"
descriptionstring接口描述
requestDemostring请求示例
requestParamstring请求参数
responseDemostring响应数据模型
responseParamstring响应参数
serviceCodestring服务编号"lwc-cloud-erp-manager"

com.leadwaycloud.system.model.entity.sys.SysReport

系统报表

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
modelIdinteger(int64)所属模块
namestring名称"xxx报表"
aliasstring别名"xxx报表"
merchantIndustrystring商户行业(com.leadwaycloud.manager.common.enums.MerchantIndustryEnum)"COMPLEX"
companyTypestring公司类型(com.leadwaycloud.manager.common.enums.CompanyTypeEnum)"STORE"
merchantIdinteger(int64)商户
typestring类型"EXCEL"
uesTypestring用途类型"DASHBOARD"
activeboolean是否可用true
descriptionstring描述
reportViewConfigSysReportViewConfig
sysReportGroupListSysReportGroup[]报表分类

com.leadwaycloud.system.model.entity.sys.SysReportDashboard

仪表盘自定义配置

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
modelIdinteger(int64)模型ID608486975133453
userIdinteger(int64)用户ID618708628295069
companyIdinteger(int64)公司ID574533689957252
merchantIdinteger(int64)商户号ID574533689957248
reportDashboardLayoutListSysReportDashboardLayout[]仪表盘自定义布局配置集合

com.leadwaycloud.system.model.entity.sys.SysReportDashboardLayout

仪表盘自定义布局配置

名称类型必填说明示例
idinteger(int64)
layoutstring布局"xxxxxxxxxxx"
dashboardIdinteger(int64)仪表盘自定义配置ID
reportIdinteger(int64)报表ID
reportSysReport

com.leadwaycloud.system.model.entity.sys.SysReportViewConfig

报表展示配置

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
reportIdinteger(int64)报表ID
viewConfigstring报表视图配置
sysApiIdinteger(int64)系统APIID
apiSysApi

com.leadwaycloud.system.model.dto.ReportDTO$BindReportRoleDTO

绑定报表权限DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID574533689957252
reportIdinteger(int64)报表ID628765092806207
userIdListinteger(int64)[]用户ID集合
roleIdListinteger(int64)[]角色ID集合

com.leadwaycloud.system.model.dto.ReportDTO$BindReportGroupDTO

绑定报表分类DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
reportIdinteger(int64)报表ID
reportGroupIdListinteger(int64)[]报表分类ID集合

com.leadwaycloud.system.model.dto.ReasonCodeDTO$UpdateDTO

编辑原因码DTO

名称类型必填说明示例
codestring编号
namestring名称
typeIdinteger(int64)类型ID
externalCodestring外部编号

com.leadwaycloud.system.model.dto.res.ResRatingDTO$UpdateDTO

修改合同评价DTO

名称类型必填说明示例
idinteger(int64)id
ratingTplIdinteger(int64)模版id
originTypestring源订单类型
originIdinteger(int64)源订单id
totalPenaltynumber(double)总扣分
statusstring状态
resIssuesRatingLineListResRatingLineDTO[]修改问题评价明细集合
delResIssuesRatingLineListinteger(int64)[]删除问题评价明细集合

com.leadwaycloud.system.model.dto.res.ResRatingLineDTO

问题评价明细

名称类型必填说明示例
idinteger(int64)id
ratingIdinteger(int64)问题评价表id
ratingTopicIdinteger(int64)问题评价题库表id
ratingUserIdinteger(int64)评价人
penaltynumber(double)扣分
notestring备注
statusstring问题内容
issuesDescriptionstring问题描述
issuesQtyinteger(int32)问题数量

com.leadwaycloud.system.model.dto.res.ResRatingTopicDTO$UpdateDTO

修改合同评价题库DTO

名称类型必填说明示例
idinteger(int64)id
ratingCategoryIdinteger(int64)评价分类id
contentstring内容
totalScoreinteger(int64)总分
merchantIdinteger(int64)商户id
statusstring状态

com.leadwaycloud.system.model.dto.res.ResRatingTemplateDTO$UpdateDTO

修改合同评价模版DTO

名称类型必填说明示例
idinteger(int64)id
typestring模版类型(合同/其他)
totalPenaltynumber(double)总扣分
notestring备注
statusstring问题内容
namestring名称
ratingTopicIdListinteger(int64)[]题库ID集合

com.leadwaycloud.system.model.dto.res.ResRatingCategoryDTO$UpdateDTO

修改合同评价分类DTO

名称类型必填说明示例
idinteger(int64)id
namestring名称
codestring编号
parentIdinteger(int64)上一级id
merchantIdinteger(int64)商户id
idChainstring完整的组织结构
statusstring状态
ratingUserIdinteger(int64)评价人ID

com.leadwaycloud.system.model.dto.LoginConfigDTO$UpdateDTO

编辑登录配置DTO

名称类型必填说明示例
enableDualVerifyboolean是否开启双重验证(密码+验证码)
enableEmailVerifyboolean是否开启邮件验证
enableShortMessageVerifyboolean是否开启短信验证
loginErrorCountCheckboolean登录错误次数校验
allowErrorCountinteger(int32)允许错误次数
lockTimeinteger(int32)锁定时间
lockTimeUomstring锁定时间单位(分、时、天)"DAY"

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResLoginConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLoginConfig

com.leadwaycloud.system.model.entity.res.ResLoginConfig

登录配置

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
enableDualVerifyboolean是否开启双重验证(密码+验证码)
enableEmailVerifyboolean是否开启邮件验证
enableShortMessageVerifyboolean是否开启短信验证
loginErrorCountCheckboolean登录错误次数校验
allowErrorCountinteger(int32)允许错误次数
lockTimeinteger(int32)锁定时间
lockTimeUomstring锁定时间单位(分、时、天)

com.leadwaycloud.system.model.dto.login.ForgotPasswordDTO

忘记密码DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
userNamestring用户名
mobilePhonestring手机号
captchastring验证码
passwordstring需要修改的密码

com.leadwaycloud.system.model.dto.login.AccountActivationDTO

账号激活DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
userNamestring用户名
captchastring验证码
passwordstring需要初始化的密码

com.leadwaycloud.system.model.dto.LogClearConfigDTO$UpdateDTO

编辑日志清理配置DTO

名称类型必填说明示例
reserveTimeinteger(int32)保留时间(单位:月)1
statusstring状态(ACTIVE, DEACTIVATE)
hoststringIP地址

com.leadwaycloud.system.model.dto.TranslationDTO$UpdateDTO

修改商户字典DTO

名称类型必填说明示例
merchantIdinteger(int64)商户
translationIdinteger(int64)语言
valuestring翻译

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResTranslation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTranslation

com.leadwaycloud.system.model.entity.res.ResTranslation

多语言字典

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
langIdinteger(int64)语言
keystring翻译字典Key
valuestring翻译字典
commentsstring备注"zh_CN"
applicationstring应用名"crm"
modulestring模块"memberhsip"
industrystring行业

com.leadwaycloud.system.model.dto.LangDTO$UpdateDTO

修改商户语言设置DTO

名称类型必填说明示例
merchantIdinteger(int64)商户
langIdinteger(int64)语言
directionstring排序方向"ltr"
thousandsSepstring千分位符号
translatableboolean是否有翻译false
dateFormatstring日期格式"%Y年%m月%d日"
timeFormatstring时间格式"%H时%M分%S秒"
decimalPointstring小数点符号"."
weekStartinteger(int32)每周开始天

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResLang

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLang

com.leadwaycloud.system.model.entity.res.ResLang

多语言参数

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring语言编码"zh_CN"
directionstring排序方向"ltr"
thousandsSepstring千分位符号
translatableboolean是否有翻译false
dateFormatstring日期格式"%Y年%m月%d日"
timeFormatstring时间格式"%H时%M分%S秒"
decimalPointstring小数点符号"."
activeboolean是否可用true
isoCodestring国际标准编码符号"zh_CN"
weekStartinteger(int32)每周开始天

com.leadwaycloud.system.model.dto.TagDTO$AssociatedTagDTO

关联标签模型

名称类型必填说明示例
tagIdListinteger(int64)[]标签ID
associateTypestring关联类型

com.leadwaycloud.system.model.dto.res.ResIssuesDTO$UpdateDTO

修改问题DTO

名称类型必填说明示例
idinteger(int64)id
titlestring问题标题
contentstring问题内容
originIdinteger(int64)业务ID
originTypestring合同/其他
statusstring状态
startDatestring(date)开始日期
endDatestring(date)结束日期
assignPersonIdListinteger(int64)[]指派人ID集合
prioritystring 优先级
associatedTagDTOTagDTO$AssociatedTagDTO
modelstring类型
fileinteger(int64)附件
departmentIdListinteger(int64)[] 部门集合

com.leadwaycloud.system.model.dto.res.ResIssuesCommentDTO$UpdateDTO

修改问题评论DTO

名称类型必填说明示例
idinteger(int64)评论ID
contentstring问题内容
statusstring问题内容
operatorIdinteger(int64)操作人ID

com.leadwaycloud.system.model.dto.idaas.IdaasConfigDTO

Idaas配置DTO

名称类型必填说明示例
idinteger(int64)ID
appIdstring应用ID
jwkUrlstringJWK URL地址
jwkJsonstringJWK JSON内容(可选,用于离线验证)
encryptKeystring加密密钥
activeboolean是否可用

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResIdaasConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResIdaasConfig

com.leadwaycloud.system.model.entity.res.ResIdaasConfig

Idaas配置

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
appIdstring应用ID
jwkUrlstringJWK URL地址
jwkJsonstringJWK JSON内容(可选,用于离线验证)
encryptKeystring加密密钥
activeboolean是否可用

com.leadwaycloud.system.model.dto.ExternalDataMappingDTO$AddDTO

添加外部数据映射DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
erpCodestringERP编号
externalCodestring外部编号
descriptionstring描述
otherstring其他字段
typestring类型

com.leadwaycloud.system.model.dto.ExternalDataMappingDTO$BatchUpdateDTO

批量编辑外部数据映射DTO

名称类型必填说明示例
addDTOListExternalDataMappingDTO$AddDTO[]添加映射对象集合
updateDTOListExternalDataMappingDTO$UpdateDTO[]编辑映射对象集合
delIdListinteger(int64)[]删除映射对象ID集合

com.leadwaycloud.system.model.dto.ExternalDataMappingDTO$UpdateDTO

编辑外部数据映射DTO

名称类型必填说明示例
idinteger(int64)ID
erpCodestringERP编号
externalCodestring外部编号
descriptionstring描述
otherstring其他字段

com.leadwaycloud.system.model.dto.ExternalAppConfigDTO$UpdateDTO

编辑外部应用配置DTO

名称类型必填说明示例
businessDatestring(date)营业日
shiftNointeger(int32)班次
insertCoinsstring投币
cashOutstring现金出
customersLeaveWithoutPayingstring跑单
oilGunTeststring油枪测试
syncNonOilStockboolean是否同步非油库存
isAutoShelfboolean是否自动上架

com.leadwaycloud.system.shell.model.dto.EndOfDayConfigDTO$ResFuelInventorySummaryConfigDTO

油品帐存差异配置DTO

名称类型必填说明示例
idinteger(int64)id
goodsIdinteger(int64)商品ID
minQtynumber(double)差异最小值
maxQtynumber(double)差异最大值

com.leadwaycloud.system.shell.model.dto.EndOfDayConfigDTO$UpdateDTO

编辑日结配置DTO

名称类型必填说明示例
startBusinessDatestring(date)初始营业日
autoEndOfDayboolean开启自动日结
dryNegativeStockCheckboolean开启非油负库存校验
fuelInventorySummaryboolean开启油品帐存差异校验
fuelInventorySummaryConfigDTOListEndOfDayConfigDTO$ResFuelInventorySummaryConfigDTO[]油品帐存差异配置明细
delFuelInventorySummaryConfigIdListinteger(int64)[]删除油品帐存差异配置明细ID

com.leadwaycloud.system.model.dto.EmailTemplateDTO$UpdateDTO

编辑邮件模板DTO

名称类型必填说明示例
titlestring标题
statusstring状态
contentstring内容
ccRolestring抄送角色
ccUserstring抄送用户ID集合
addresseeUserstring收件用户ID集合
notifySupplierboolean通知供应商

com.leadwaycloud.system.model.dto.DynamicTaskDTO

动态任务模型

名称类型必填说明示例
companyIdinteger(int64)公司ID1
merchantIdinteger(int64)商户ID1
namestring名称
codestring代码
cronstringcron表达式
issuedSystemstring推送系统"1"
issuedTypestring推送类型"1"
isActiveboolean是否启用
lastTimestring(date-time)最后推送时间
taskConfigstring任务配置

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResDynamicTask

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResDynamicTask

com.leadwaycloud.system.model.entity.res.ResDynamicTask

系统动态任务

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
namestring名称
codestring代号
cronstringcron表达式
issuedSystemstring推送系统
issuedTypestring推送类型
isActiveboolean是否启用
lastTimestring(date-time)最后推送时间
taskNamestring任务Key
taskConfigstring任务配置

com.leadwaycloud.system.model.dto.CurrencyDTO$UpdateDTO

修改货币数据DTO

名称类型必填说明示例
codestring编号"CNY"
namestring名称"人民币"
symbolstring符号"¥"
imagestring图片
roundinginteger(int32)四舍五入精度
activeboolean是否可用true
calcRateboolean是否计算汇率true
calcRateUnitnumber(double)汇率计算单位
roundingTypestring金额进舍规则:0=全部进位,1=全部舍位,2=四舍五入"2"

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysCurrency

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrency

com.leadwaycloud.system.model.dto.ContactDTO$UpdateDTO

联系地址修改DTO

名称类型必填说明示例
countryIdinteger(int64)国家ID1
stateIdinteger(int64)省、直辖市ID1
cityIdinteger(int64)城市ID1
areaIdinteger(int64)区、县ID1
streetIdinteger(int64)街道ID1
addressstring详细地址"1"
postcodestring邮编"1"
phonestring电话"1"
faxstring传真"1"
emailstring邮箱"邮箱"
mobilestring手机"1"

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResContact

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResContact

com.leadwaycloud.system.model.dto.CompanyGroupDTO$UpdateDTO

编辑公司组DTO

名称类型必填说明示例
statusstring状态
namestring名称
descriptionstring描述
typestring类型

com.leadwaycloud.system.model.dto.CompanyDTO$UpdateDTO

修改公司DTO

名称类型必填说明示例
namestring公司名称"立威云"
imagestring公司LOGO"xxx.logo"
sloganstring公司标语"111"
statusstring状态"IN_OPERATION"
otherCodestring其他编号"AAAA-01"
updateContactDTOContactDTO$UpdateDTO
updateFinanceInvoiceTitleDTOFinanceInvoiceTitleDTO$UpdateDTO

com.leadwaycloud.system.model.dto.FinanceInvoiceTitleDTO$UpdateDTO

编辑发票抬头DTO

名称类型必填说明示例
headerNamestring抬头名称
addressstring地址
taxNostring税号
phonestring电话
bankstring开户银行
bankAccountsstring银行账户
recipientstring收件人
mailAddressstring邮寄地址
receivePhonestring收件人手机或电话
billingPeriodinteger(int32)账期

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResCompany

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResCompany

com.leadwaycloud.system.model.dto.ResCalendarDTO$UpdateDTO

编辑商户日历DTO

名称类型必填说明示例
idinteger(int64)主键ID
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
sysCalendarIdinteger(int64)系统日历ID
yearinteger(int32)
monthinteger(int32)
dayinteger(int32)
holidaystring商户规定节假日,如果未设定则按照国家法定节假日执行

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResApplication

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResApplication

com.leadwaycloud.system.model.entity.res.ResApplication

返回数据

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
companyIdinteger(int64)公司ID
sysApplicationIdinteger(int64)系统应用ID
codestring应用code(系统唯一)
publicKeystring应用公钥
privateKeystring应用私钥
linkUserIdinteger(int64)关联用户ID
tokenstring应用token
namestring名称
linkUserResUser

com.leadwaycloud.system.model.dto.UserPersonalCenterDTO

修改个人信息DTO

名称类型必填说明示例
namestring用户名称
languagestring系统语言
imagestring图片

com.leadwaycloud.system.model.dto.register.RegisterMallUserDTO

注册商城用户DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
customerNamestring客户名称
contactPersonNamestring联系人名称
userNamestring用户名
nickNamestring昵称
mobilePhonestring手机号
captchastring验证码

com.leadwaycloud.system.plug.poi.model.dto.ExportDTOJava.lang.Object

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOobject搜索条件对象DTO
fileNamestring导出文件名

com.leadwaycloud.system.plug.poi.model.dto.ReportColumnDTO

选择导出列模型

名称类型必填说明示例
keystring导出列名称
namestring导出列展示名称
widthnumber(double)列宽
heightnumber(double)列高
typeinteger(int32)导出类型 1 是文本 2 是图片,3 是函数,10 是数字 默认是文本
exportImageTypeinteger(int32)图片的类型,1是文件,2是数据库
columnListReportColumnDTO[]子集

com.leadwaycloud.system.model.dto.UserDTO$AddDTO

添加用户DTO

名称类型必填说明示例
emailstring邮箱
namestring用户名称"hyj"
languagestring系统语言"zh_CN"
imagestring图片"xxxxx"
companyIdinteger(int64)公司ID1
merchantIdinteger(int64)商户ID1
userNamestring账号
passwordstring默认密码
statusstring状态(INACTIVATED:未激活;ACTIVE:激活)
signstring签名
forceUpdatePasswordboolean是否强制修改密码
mobilePhonestring手机号"131"
partnerIdinteger(int64)CRM关系ID
allowLoginChannelboolean允许登陆渠道(ERP:ERP_BACKEND,电商平台:ECOMMERCE_PLATFORM,供应商平台:SUPPLIER_PLATFORM)。如果有多个用,逗号隔开
registerChannelboolean注册渠道(ERP:ERP_BACKEND,电商前台:ECOMMERCE_PLATFORM,IDaaS平台:IDAAS)
idaasIdstringidaas唯一ID
userAuditStatusstring用户审核状态
externalCodestring外部编号

com.leadwaycloud.system.model.dto.SystemUomDTO$QueryDTO

分页查询计量单位数据DTO

名称类型必填说明示例
codestring编号"1"
namestring名称"公斤"
symbolstring符号"kg"
shortNamestring简称
merchantIdinteger(int64)商户ID
activeboolean是否是可用的true
isoShortNamestringISO名称

com.leadwaycloud.system.plug.poi.model.dto.ExportDTOCom.leadwaycloud.system.model.dto.SystemUomDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOSystemUomDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.system.model.dto.SystemUomDTO$AddDTO

添加计量单位数据DTO

名称类型必填说明示例
codestring编号"1"
namestring名称"公斤"
symbolstring符号"kg"
rationumber(double)换算率
shortNamestring简称
merchantIdinteger(int64)商户ID
isoShortNamestringISO名称

com.leadwaycloud.system.model.dto.SyncTripLineDTO

名称类型必填说明示例
idinteger(int64)ID
imagesstring图片
cruiseIdstring游船ID
lineIdinteger(int64)序号
codestring编号
departureDatestring出发日期
checkInstring开始进港时间
cutOffstring结束进港时间
daysinteger(int32)航行天数
themestring航线主题
titlestring标题
remarkstring备注
voyageIdstring航次ID
hotboolean???
enableboolean???
settleableboolean???
settledboolean???
deletedboolean是否删除
createdAtstring创建时间
updatedAtstring编辑时间
lineobject明细对象
cruiseobject邮轮详情
routesobject[]航线行程

com.leadwaycloud.system.model.dto.TripLineDTO$AddDTO

新增航线DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
namestring航线名称
descriptionstring描述
imagesstring图片
cruiseIdstring游船ID
codestring编号
departureDatestring(date)出发日期"2021-10-11"
checkInLocalTime
cutOffLocalTime
daysinteger(int32)航行天数
themestring航线主题
titlestring标题
remarkstring备注
voyageIdstring航次ID
hotboolean???
enableboolean???
settleableboolean???
settledboolean???
deletedboolean是否删除
linestring明细对象
cruisestring邮轮详情
routesstring航线行程
weatherstring天气

com.leadwaycloud.system.model.dto.AssociatedTagDTO

关联标签模型

名称类型必填说明示例
tagIdListinteger(int64)[]标签ID
associateTypestring关联类型
associateIdinteger(int64)关联ID1
disassociateTagIdListinteger(int64)[]取消关联标签ID

com.leadwaycloud.system.model.dto.TagDTO$AddDTO

添加标签DTO

名称类型必填说明示例
namestring标签名称
merchantIdinteger(int64)商户ID1
groupIdinteger(int64)组ID1
typestring类型"1"
descriptionstring描述

com.leadwaycloud.core.model.RJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)返回数据

com.leadwaycloud.system.model.dto.TagGroupDTO$AddDTO

添加标签组DTO

名称类型必填说明示例
namestring组名称
merchantIdinteger(int64)商户ID1
descriptionstring描述
groupIdinteger(int64)组ID

com.leadwaycloud.system.model.dto.SysPropertyDTO$AddDTO

添加属性DTO

名称类型必填说明示例
namestring名称
groupstring分组
valstring属性值
descriptionstring描述
parentIdinteger(int64)上一级
sequenceinteger(int32)排序
hideboolean是否隐藏
merchantIdinteger(int64)商户ID
activeboolean状态

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysProperty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysProperty[]返回数据

com.leadwaycloud.system.model.entity.sys.SysProperty

系统公用属性模版

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
groupstring分组
activeboolean是否可用
valstring属性值
descriptionstring描述
parentIdinteger(int64)上一级
sequenceinteger(int32)排序
hideboolean是否隐藏
merchantIdinteger(int64)商户ID(系统属性默认为1, 商户属性为对应商户ID)

com.leadwaycloud.system.shell.model.dto.ShiftReconciliationConfigDTO$AddDTO

添加班结配置DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
configstring配置

com.leadwaycloud.system.model.dto.ExtendsTemplateRoleDTO

模版角色下发DTO

名称类型必填说明示例
companyIdinteger(int64)[]下发公司ID
userIdListinteger(int64)[]用户ID集合

com.leadwaycloud.system.model.dto.RoleDTO$AddDTO

添加角色DTO

名称类型必填说明示例
namestring角色名称"运维组"
descriptionstring描述"公司ERP系统维护人员"
companyIdinteger(int64)公司ID1
functionIdListinteger(int64)[]角色包含的功能
templateboolean是否是模板true
companyTypestring公司类型"STORE"
templateIdinteger(int64)模版ID1
idaasIdstringidaas唯一ID
appIdinteger(int64)sys_app.id

com.leadwaycloud.system.model.dto.SysReportGroupDTO$AddDTO

添加报表分组DTO

名称类型必填说明示例
namestring名称
codestring编号
parentIdinteger(int64)父级ID
merchantIdinteger(int64)商户ID

com.leadwaycloud.system.model.dto.ReportDashboardDTO$AddDTO

添加仪表板配置DTO

名称类型必填说明示例
modelIdinteger(int64)模型ID608486975133453
userIdinteger(int64)用户ID618708628295069
companyIdinteger(int64)公司ID574533689957252
merchantIdinteger(int64)商户号ID574533689957248
reportDashboardLayoutDTOListSysReportDashboardLayoutDTO[]仪表盘自定义布局配置集合

com.leadwaycloud.system.model.dto.ReasonCodeDTO$AddDTO

添加原因码DTO

名称类型必填说明示例
codestring原因码
merchantIdinteger(int64)商户ID1
namestring名称
typeIdinteger(int64)类型ID
externalCodestring外部编号

com.leadwaycloud.system.model.dto.ReasonCodeTypeDTO$AddDTO

添加原因码组DTO

名称类型必填说明示例
namestring名称
merchantIdinteger(int64)商户ID1
orderTypestring订单类型

com.leadwaycloud.system.model.dto.res.ResRatingTopicDTO$AddDTO

添加合同评价题库DTO

名称类型必填说明示例
ratingCategoryIdinteger(int64)评价分类id
contentstring内容
totalScoreinteger(int64)总分
merchantIdinteger(int64)商户id
statusstring状态

com.leadwaycloud.system.model.dto.res.ResRatingTemplateDTO$AddDTO

添加合同评价模版DTO

名称类型必填说明示例
typestring模版类型(合同/其他)
totalPenaltynumber(double)总扣分
notestring备注
namestring名称
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司Id
ratingTopicIdListinteger(int64)[]题库ID集合

com.leadwaycloud.system.model.dto.res.ResRatingCategoryDTO$AddDTO

添加合同评价分类DTO

名称类型必填说明示例
namestring名称
codestring编号
parentIdinteger(int64)上一级id
merchantIdinteger(int64)商户id
statusstring状态
ratingUserIdinteger(int64)评价人ID

com.leadwaycloud.system.model.dto.res.ResRatingDTO$AddDTO

添加合同评价DTO

名称类型必填说明示例
ratingTplIdinteger(int64)模版id
originTypestring源订单类型
originIdinteger(int64)源订单id
totalPenaltynumber(double)总扣分
statusstring状态
resIssuesRatingLineListResRatingLineDTO[]问题评价明细集合

com.leadwaycloud.system.model.dto.DownloadExportTemplateDTO

模版下载DTO

名称类型必填说明示例
orderTypestring导出订单类型
columnDTOListDownloadExportTemplateDTO$ColumnDTO[]导出列对象集合
titleDTOListDownloadExportTemplateDTO$TitleDTO[]动态标题列集合
merchantIdinteger(int64)商户ID

com.leadwaycloud.system.model.dto.DownloadExportTemplateDTO$ColumnDTO

模版列导出DTO

名称类型必填说明示例
keystring导出列名称
namestring导出列展示名称
isExportColumnboolean是否导出该列

com.leadwaycloud.system.model.dto.DownloadExportTemplateDTO$TitleDTO

动态模版导出标题

名称类型必填说明示例
keystring导出列名称
namestring导出列展示名称

com.leadwaycloud.system.model.dto.ExcelTemplateConfigDTO$AddDTO

添加Excel模版导出列配置DTO

名称类型必填说明示例
typestring模版类型
configDatastring配置内容
merchantIdinteger(int64)商户ID
noteDatastring备注内容
tempDatastring模拟数据内容
dynamicTitleDatastring动态标题内容
versionstring版本内容

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysDataImportTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysDataImportTemplate

com.leadwaycloud.system.model.entity.sys.SysDataImportTemplate

模版下载配置表

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
typestring模版类型
configDatastring配置内容
merchantIdinteger(int64)商户ID
noteDatastring配置内容
tempDatastring配置内容
dynamicTitleDatastring配置内容
versionstring配置内容
defboolean是否系统默认模版

com.leadwaycloud.system.model.dto.LoginConfigDTO$AddDTO

添加登录配置DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID1
enableDualVerifyboolean是否开启双重验证(密码+验证码)
enableEmailVerifyboolean是否开启邮件验证
enableShortMessageVerifyboolean是否开启短信验证
loginErrorCountCheckboolean登录错误次数校验
allowErrorCountinteger(int32)允许错误次数
lockTimeinteger(int32)锁定时间
lockTimeUomstring锁定时间单位(分、时、天)"DAY"

com.leadwaycloud.system.model.dto.login.UserLoginByUserNameDTO

用户名+密码登陆DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
loginCompanyIdinteger(int64)登陆公司ID
userNamestring用户名
passwordstring密码
loginChannelstring登陆渠道

com.leadwaycloud.system.model.dto.login.UserLoginByTwoFactorAuthDTO

双因素登陆DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
userIdinteger(int64)用户ID
captchastring验证码
loginChannelstring登陆渠道

com.leadwaycloud.system.shell.model.dto.GetTokenDTO

获取-刷新tokenDTO

名称类型必填说明示例
grant_typestring授权类型 (password: 通过账号密码获取, refresh_token:通过刷新token获取)
usernamestring账号
passwordstring密码
refresh_tokenstring刷新token

com.leadwaycloud.system.model.dto.login.UserLoginByMobilePhoneDTO

手机号+验证码登陆DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
mobilePhonestring手机号
captchastring验证码
loginChannelstring登陆渠道

com.leadwaycloud.system.model.dto.login.UserLoginByEmailDTO

邮箱+验证码登陆DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
emailstring邮箱
captchastring验证码
loginChannelstring登陆渠道

com.leadwaycloud.system.model.dto.UserManageLogDTO$QueryDTO

查询用户管理日志DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
updateUserNamestring编辑用户账号
startTimestring(date-time)开始时间
endTimestring(date-time)结束时间

com.leadwaycloud.system.plug.poi.model.dto.ExportDTOCom.leadwaycloud.system.model.dto.UserManageLogDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOUserManageLogDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.core.model.R

请求结果

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据

com.leadwaycloud.system.model.dto.UserManageLogDTO$AddDTO

添加用户管理日志DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
updateUserIdinteger(int64)编辑用户ID
updateUserNamestring编辑用户账号
functionIdinteger(int64)菜单ID
functionNamestring菜单名称
createByinteger(int64)创建人ID
createByNamestring创建人名称
responseContentR

com.leadwaycloud.system.model.dto.LoginLogDTO$QueryDTO

登录日志DTO

名称类型必填说明示例
userNamestring 用户账号
userIdinteger(int64) 用户ID
startTimestring(date-time)开始时间
endTimestring(date-time)结束时间

com.leadwaycloud.system.plug.poi.model.dto.ExportDTOCom.leadwaycloud.system.model.dto.LoginLogDTO$QueryDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOLoginLogDTO$QueryDTO
fileNamestring导出文件名

com.leadwaycloud.system.model.dto.UserLoginLogDTO

用户登陆日志DTO

名称类型必填说明示例
typestringorientation
orientationstringorientation
osstring操作系统
merchantIdinteger(int64)商户ID
userIdinteger(int64)用户id
userNamestring用户账号
responseContentstring请求结果

com.leadwaycloud.system.model.dto.GatewaySessionRecordDTO

网关请求记录DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
functionIdinteger(int64)功能ID
userIdinteger(int64)用户ID
appIdinteger(int64)sys_app.id
startTimestring(date-time)开始时间
endTimestring(date-time)结束时间

com.leadwaycloud.system.plug.poi.model.dto.ExportDTOCom.leadwaycloud.system.model.dto.GatewaySessionRecordDTO

公共导出模型

名称类型必填说明示例
reportColumnListReportColumnDTO[]需导出参数集合
queryDTOGatewaySessionRecordDTO
fileNamestring导出文件名

com.leadwaycloud.system.model.dto.LogClearConfigDTO$AddDTO

添加日志清理配置DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID1
reserveTimeinteger(int32)保留时间(单位:月)1
statusstring状态(ACTIVE, DEACTIVATE)
hoststringIP地址(当status=ACTIVE时需要)

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResLogClearConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLogClearConfig

com.leadwaycloud.system.model.entity.res.ResLogClearConfig

日志清理配置

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
reserveTimeinteger(int32)保留时间(单位:月)
statusstring状态(ACTIVE, DEACTIVATE)"ACTIVE"

com.leadwaycloud.system.model.dto.TranslationDTO$AddDTO

添加翻译字典DTO

名称类型必填说明示例
langIdinteger(int64)语言ID1
industrystring行业"COMPLEX_RETAIL"
applicationstring应用"crm"
modulestring模块"common"
keystring字典key"K222u3u38"
valuestring字典翻译"这是翻译"
commentstring备注"这是翻译"

com.leadwaycloud.system.model.dto.res.ResIssuesCommentDTO$AddDTO

添加问题评论DTO

名称类型必填说明示例
issuesIdinteger(int64)问题ID
parentIdinteger(int64)父评论ID
contentstring问题内容
statusstring问题内容
operatorIdinteger(int64)操作人ID

com.leadwaycloud.system.model.dto.res.ResIssuesDTO$AddDTO

添加问题DTO

名称类型必填说明示例
titlestring问题标题
contentstring问题内容
originIdinteger(int64)业务ID
originTypestring合同/其他
statusstring状态
startDatestring(date)开始日期
endDatestring(date)结束日期
assignPersonIdListinteger(int64)[]指派人ID集合
prioritystring 优先级
associatedTagDTOTagDTO$AssociatedTagDTO
modelstring类型
fileinteger(int64)附件
departmentIdListinteger(int64)[]部门ID集合

com.leadwaycloud.thirdparty.module.idaas.eiam.objects.ResponseObject

com.leadwaycloud.system.model.dto.ExternalDataMappingDTO$DistributeDTO

下发外部数据映射DTO

名称类型必填说明示例
companyIdinteger(int64)下发映射所属公司ID
typestring类型
companyIdListinteger(int64)[]下发公司ID集合

com.leadwaycloud.system.model.dto.ExternalAppConfigDTO$AddDTO

外部应用配置DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
businessDatestring(date)营业日
shiftNointeger(int32)班次
insertCoinsstring投币
cashOutstring现金出
customersLeaveWithoutPayingstring跑单
oilGunTeststring油枪测试
syncNonOilStockboolean是否同步非油库存
isAutoShelfboolean是否自动上架

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResExternalAppConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResExternalAppConfig

com.leadwaycloud.system.model.entity.res.ResExternalAppConfig

外部数据映射配置

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
businessDatestring(date)营业日
shiftNointeger(int32)班次
insertCoinsstring投币
cashOutstring现金出
customersLeaveWithoutPayingstring跑单
oilGunTeststring油枪测试
syncNonOilStockboolean是否同步非油库存
isAutoShelfboolean是否自动上架
allowAdvanceDailyConclusionboolean允许提前日结
advanceTimeinteger(int32)提前时间/小时为单位
shiftSettlementNointeger(int32)班结编号

com.leadwaycloud.system.shell.model.dto.EndOfDayConfigDTO$AddDTO

添加日结配置DTO

名称类型必填说明示例
startBusinessDatestring(date)初始营业日
autoEndOfDayboolean开启自动日结
dryNegativeStockCheckboolean开启非油负库存校验
fuelInventorySummaryboolean开启油品帐存差异校验
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
fuelInventorySummaryConfigDTOListEndOfDayConfigDTO$ResFuelInventorySummaryConfigDTO[]油品帐存差异配置明细

com.leadwaycloud.system.model.dto.EmailTemplateDTO$AddDTO

添加邮件模板DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
titlestring标题
statusstring状态
typestring类型
contentstring内容
ccRolestring抄送角色ID集合
ccUserstring抄送用户ID集合
addresseeUserstring收件用户ID集合
notifySupplierboolean通知供应商

com.leadwaycloud.system.model.dto.EmailSendRecordDTO$SendDTO

发送DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
originTypestring来源类型
orderCodestring订单编号
addresseeUserIdListinteger(int64)[]收件用户ID集合
fileBase64stringfileBase64
fileNamestring文件名称

com.leadwaycloud.system.model.dto.CurrencyRateDTO$QueryDTO

批量查询货币汇率DTO

名称类型必填说明示例
localDatestring查询时间
fromCurrencyIdinteger(int64)源货币
toCurrencyIdinteger(int64)兑换货币

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysCurrencyRate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrencyRate[]返回数据

com.leadwaycloud.system.model.entity.sys.SysCurrencyRate

货币汇率

名称类型必填说明示例
idinteger(int64)
formCurrencyIdinteger(int64)源货币ID
toCurrencyIdinteger(int64)兑换货币ID
formAmountnumber(double)源金额100
toAmountnumber(double)兑换金额
ratenumber(double)汇率
exchangeDatestring(date)兑换时间"2020-10-11"

com.leadwaycloud.system.model.dto.CurrencyDTO$AddDTO

添加货币数据DTO

名称类型必填说明示例
codestring编号"CNY"
namestring名称"人民币"
symbolstring符号"¥"
imagestring图片
roundinginteger(int32)四舍五入精度
calcRateboolean是否计算汇率true
calcRateUnitnumber(double)汇率计算单位

com.leadwaycloud.system.model.dto.ContactDTO$AddDTO

添加联系地址DTO

名称类型必填说明示例
countryIdinteger(int64)国家ID1
stateIdinteger(int64)省、直辖市ID1
cityIdinteger(int64)城市ID1
areaIdinteger(int64)区、县ID1
streetIdinteger(int64)街道ID1
addressstring详细地址"1"
postcodestring邮编"1"
phonestring电话"1"
mobilestring手机"1"
faxstring传真"1"
emailstring邮箱"邮箱"

com.leadwaycloud.system.model.dto.CompanyGroupDTO$AddDTO

添加公司组DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID1
namestring名称
codestring编号
descriptionstring描述
typestring类型
companyIdListinteger(int64)[]公司ID集合,公司组快捷绑定公司使用

com.leadwaycloud.system.shell.model.dto.AssociateCompanyCenterWarehouseDTO

中央仓-门店关联模型

名称类型必填说明示例
companyIdListinteger(int64)[]门店ID集合
centerWarehouseIdinteger(int64)中央仓ID

com.leadwaycloud.system.model.dto.CompanyDTO$AddDTO

添加公司DTO

名称类型必填说明示例
merchantIdinteger(int64)商户ID
codestring公司编号(字母+数字,15位)"CD0123456789123"
otherCodestring其他编号"AAAA-01"
typestring类型"STORE"
namestring公司名称"立威云"
imagestring公司LOGO
parentCompanyIdinteger(int64)上级公司
sloganstring公司标语
currencyIdinteger(int64)货币ID
addContactDTOContactDTO$AddDTO
addFinanceInvoiceTitleDTOFinanceInvoiceTitleDTO$AddDTO

com.leadwaycloud.system.model.dto.FinanceInvoiceTitleDTO$AddDTO

添加发票抬头信息DTO

名称类型必填说明示例
headerNamestring抬头名称
addressstring地址
taxNostring税号
phonestring电话
bankstring开户银行
bankAccountsstring银行账户
recipientstring收件人
mailAddressstring邮寄地址
receivePhonestring收件人手机或电话
partnerIdinteger(int64)CRM关系ID
merchantIdinteger(int64)商户ID
billingPeriodinteger(int32)账期

com.leadwaycloud.common.model.dto.ResCodeRuleDTO$GenerateCodeBatchDTO

批量生成编号请求参数DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
codeRuleIdinteger(int64)编码规则ID
numinteger(int32)编号个数
batchDTOListResCodeRuleDTO$GenerateCodeBatchDTO$BatchDTO[]批量生成编号请求参数-批次参数DTO集合

com.leadwaycloud.common.model.dto.ResCodeRuleDTO$GenerateCodeBatchDTO$BatchDTO

批量生成编号请求参数-批次参数DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
goodsCategoryIdinteger(int64)商品分类ID
dynamicCharstring动态字符

com.leadwaycloud.core.model.RJava.util.ListJava.lang.String

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datastring[]返回数据

com.leadwaycloud.common.model.dto.ResCodeRuleDTO$UpdateDTO

编辑编号规则DTO

名称类型必填说明示例
idinteger(int64)主键ID
merchantIdinteger(int64)商户号ID123
typestring类型"PURCHASE_ORDER"
rulestring规则json"[{\"model\":\"RES_CODE_RULE_MODEL_CHAR\",\"index\":1,\"value\":\"JY\",\"customizeSeqCheck\":true},{\"model\":\"RES_CODE_RULE_MODEL_GOODS_CATEGORY_CODE\",\"index\":2,\"customizeSeqCheck\":true},{\"model\":\"RES_CODE_RULE_MODEL_DATE_YEAR_1\",\"index\":3,\"customizeSeqCheck\":true},{\"model\":\"RES_CODE_RULE_MODEL_CUSTOMIZE_SEQ\",\"index\":4,\"maxLength\":\"3\"}]"
activeboolean是否可用true
seqinteger(int64)序列
otherTypestring合同细分类型
customizeSeqSqlstring自定义序列查询SQL

com.leadwaycloud.system.shell.model.dto.BusinessNoticeDTO$SendDTO

发送消息DTO

名称类型必填说明示例
merchantIdboolean商户号ID
companyIdListinteger(int64)[]公司ID
originTypestring来源类型
orderCodestring订单编号

com.leadwaycloud.system.model.dto.ResAttachmentDTO$AddDTO

添加附件DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
fileIndexstring文件后缀
fileNamestring文件名称
originIdinteger(int64)源订单ID
originTypestring源订单类型
fileIdinteger(int64)文件ID
descriptionstring描述
originTypeSubstring源订单子类型

com.leadwaycloud.system.model.dto.ApplicationDTO$AddDTO

添加应用DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID1
sysApplicationIdinteger(int64)系统应用1
namestring应用名称
linkUserIdinteger(int64)关联用户ID
merchantIdinteger(int64)商户ID

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysPlatformVersion

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSysPlatformVersion[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysPlatformVersion

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysPlatformVersion

com.leadwaycloud.system.model.entity.sys.SysPlatformModelVersion

平台版本模块信息

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
platformVersionIdinteger(int64)平台版本ID
modelIdinteger(int64)模块ID
contentstring发布内容

com.leadwaycloud.system.model.entity.sys.SysPlatformVersion

平台版本信息

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
versionstring版本
deployTimestring(date-time)发布时间
platformModelVersionListSysPlatformModelVersion[]模块版本集合

com.leadwaycloud.core.model.PCom.leadwaycloud.monitor.model.entity.SysVersion

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSysVersion[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.monitor.model.entity.SysVersion

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysVersion

com.leadwaycloud.monitor.model.entity.SysVersion

当前页数据

名称类型必填说明示例
idinteger(int64)
serviceNamestring
codestring
deployTimestring(date-time)
contentstring

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.monitor.model.entity.SysVersion

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysVersion[]返回数据

com.leadwaycloud.core.model.RCom.leadwaycloud.monitor.model.entity.SysVersion

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysVersion

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResPasswordRule

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResPasswordRule

com.leadwaycloud.system.model.entity.res.ResPasswordRule

门店密码规则

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
maxLengthinteger(int32)最大长度
minLengthinteger(int32)最小长度
neverExpiresAllowedboolean是否允许永不过期
numericDigitRequiredboolean是否必须包含数字
specialCharactersAllowedboolean允许特殊符号
specialCharactersRequiredboolean是否必须包含特殊符号
upperCaseCharactersRequiredboolean必需包含大写字母
lockoutDurationinteger(int32)自动签出时间(分)
validateDurationinteger(int32)有效期(天)
expirationNotificationboolean过期提醒
defaultPasswordValidateDurationinteger(int32)默认密码有效期

com.leadwaycloud.core.model.PCom.leadwaycloud.system.shell.model.vo.UserRoleVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListUserRoleVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.shell.model.vo.UserRoleVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataUserRoleVO

com.leadwaycloud.system.shell.model.vo.UserRoleVO

用户角色VO

名称类型必填说明示例
companyCodestring公司编号
userNamestring用户名称
userAccountstring用户账号
userStatusstring用户状态
roleNamestring角色名称
descriptioninteger(int64)角色描述

com.leadwaycloud.core.model.RJava.util.MapJava.lang.StringJava.lang.Object

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataobject返回数据

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.user.UserInfoVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataUserInfoVO

com.leadwaycloud.system.model.vo.user.UserInfoVO

用户基本信息VO

名称类型必填说明示例
idinteger(int64)ID
emailstring邮箱
mobilePhonestring手机号

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.PermissionsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPermissionsVO

com.leadwaycloud.system.model.entity.sys.SysFunction

功能

名称类型必填说明示例
idinteger(int64)
namestring名称
webMenuLevelinteger(int32)页面菜单级别
webTypestring页面类型
webRouterstring页面路由
apiIdinteger(int64)API接口路径
indexinteger(int32)页面渲染顺序
descriptionstring描述
buttonTypestring按钮类型
parentIdinteger(int64)上级功能Id
modelIdinteger(int64)模块
menuIdinteger(int64)菜单
appIdinteger(int64)sys_app.id
appSysApp

com.leadwaycloud.system.model.entity.sys.SysMenu

菜单

名称类型必填说明示例
idinteger(int64)
codestring唯一标识
namestring名称
activeboolean是否可用true
descriptionstring描述
filterstring根据参数过滤菜单
buttonstring菜单下的按钮json
imagestring图标

com.leadwaycloud.system.model.entity.sys.SysModel

模块

名称类型必填说明示例
idinteger(int64)
codestring唯一标识
namestring名称
activeboolean是否可用true
descriptionstring描述
versionstring版本编号
imagestring图片
appIdinteger(int64)sys_app.id
appSysApp

com.leadwaycloud.system.model.vo.PermissionsVO

查询权限信息模型

名称类型必填说明示例
functionListSysFunction
modelMapobject模块集合
menuMapobject菜单集合
roleListResRole

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResUser

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResUser[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResUser

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUser

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.user.ResUserDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUserDetailVO

com.leadwaycloud.system.model.entity.hr.HrDepartment

部门

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
parentIdinteger(int64)上一级ID
idChainstring完整的组织架构值
phonestring电话
faxstring传真
emailstring邮箱
notestring备注
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户号ID
externalCodestring外部编号
codestring编号
statusstring状态
idaasIdstringidaas唯一ID
shortNamestring简称

com.leadwaycloud.system.model.vo.user.ResUserDetailVO

返回用户详情

名称类型必填说明示例
idinteger(int64)ID
statusstring状态
userNamestring登录名称
languagestring语言
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
readVersionInfoboolean是否已读更新版本信息
namestring名称
imagestring图片
partnerIdinteger(int64)CRM关系ID
registerChannelstring注册渠道
contactResContact
roleEntityListResRole
companyEntityListResCompany
passwordstring密码
hrEmployeeListHrDepartment
signstring签名
createTimestring(date-time)创建时间
createByinteger(int64)创建人ID
updateTimestring(date-time)修改时间
updateByinteger(int64)修改人ID

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysUom

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSysUom[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysUom

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysUom

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResTripLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTripLine[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResTripLine

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResTripLine[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResTripLine

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTripLine

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResTagGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTagGroup[]返回数据

com.leadwaycloud.system.model.entity.res.ResTagGroup

标签组

名称类型必填说明示例
idinteger(int64)
namestring组名称
merchantIdinteger(int64)商户ID
descriptionstring描述

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResTag

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTag[]返回数据

com.leadwaycloud.system.model.entity.res.ResTag

标签

名称类型必填说明示例
idinteger(int64)
namestring标签名称
statusstring状态
merchantIdinteger(int64)商户ID
groupIdinteger(int64)组ID
typestring标签类型如GOODS,COMPANY,SUPPLIER
descriptionstring描述
tagGroupResTagGroup

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResTag

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResTag[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResTag

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTag

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResTag

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTag

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysProperty

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSysProperty[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysProperty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysProperty

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysProperty

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysProperty

com.leadwaycloud.core.model.RCom.leadwaycloud.system.shell.model.entitys.ResShiftReconciliationConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResShiftReconciliationConfig

com.leadwaycloud.system.shell.model.entitys.ResShiftReconciliationConfig

返回数据

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
configinteger(int64)配置

com.leadwaycloud.core.model.PCom.leadwaycloud.system.shell.model.vo.RoleFunctionVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListRoleFunctionVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.shell.model.vo.RoleFunctionVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataRoleFunctionVO

com.leadwaycloud.system.shell.model.vo.RoleFunctionVO

角色功能VO

名称类型必填说明示例
functionNamestring功能名称
modelNamestring模块名称
menuNamestring菜单名称
roleNamestring角色名称
companyCodestring门店编号
descriptionstring角色描述

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.vo.role.RoleListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataRoleListVO[]返回数据

com.leadwaycloud.system.model.vo.role.RoleListVO

角色列表VO

名称类型必填说明示例
idinteger(int64)角色ID
namestring角色名称
descriptionstring描述
companyIdinteger(int64)公司ID
companyNamestring公司名称

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRole

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRole[]返回数据

com.leadwaycloud.core.model.RJava.util.ListJava.lang.Long

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datainteger(int64)[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResRole

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResRole[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResRole

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRole

com.leadwaycloud.system.model.dto.RoleDTO$QueryDTO

查询角色DTO

名称类型必填说明示例
companyIdinteger(int64)公司ID1
namestring角色名称"运维组"
systemboolean是否是系统创建角色true
companyTypestring公司类型"STORE"
templateboolean是否是模板true
appIdinteger(int64)sys_app.id

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.RoleDetailsVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataRoleDetailsVO

com.leadwaycloud.system.model.vo.RoleDetailsVO

角色详情模型

名称类型必填说明示例
roleResRole
functionListSysFunction
modelMapobject模块集合

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysReportGroup

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReportGroup[]返回数据

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.ReportRefVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataReportRefVO

com.leadwaycloud.system.model.vo.ReportRefVO

报表绑定

名称类型必填说明示例
userListResUser
roleListResRole

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysReport

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSysReport[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysReport

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysReport

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResReasonCodeType

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResReasonCodeType[]返回数据

com.leadwaycloud.system.model.entity.res.ResReasonCodeType

原因码分组

名称类型必填说明示例
idinteger(int64)
merchantIdinteger(int64)商户ID
namestring角色名称"运维组"
orderTypestring单据类型

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResReasonCode

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResReasonCode[]返回数据

com.leadwaycloud.system.model.entity.res.ResReasonCode

原因码

名称类型必填说明示例
idinteger(int64)
codestring原因码
merchantIdinteger(int64)商户ID
namestring名称
typeIdinteger(int64)类型ID
externalCodestring外部编号
pushboolean是否推送ERP-壳牌
reasonCodeTypeResReasonCodeType

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResReasonCode

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResReasonCode

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRatingTopic

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingTopic[]返回数据

com.leadwaycloud.system.model.entity.res.ResRatingCategory

评价分类

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
codestring编号
parentIdinteger(int64)上一级id
merchantIdinteger(int64)商户id
idChainstring完整的组织结构
statusstring状态
ratingUserIdinteger(int64)评价人ID

com.leadwaycloud.system.model.entity.res.ResRatingTopic

评价题库

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
ratingCategoryIdinteger(int64)评价分类id
contentstring内容(评价规则)
totalScoreinteger(int64)得分
merchantIdinteger(int64)评价分类id
statusstring状态
resRatingCategoryResRatingCategory
resRatingCategoryListResRatingCategory[]评价分类对象集合

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRatingTopic

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingTopic

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResRatingTemplate

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResRatingTemplate[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResRatingTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingTemplate

com.leadwaycloud.system.model.entity.res.ResRatingTemplate

评价模版

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
typestring类型(合同/其他)
totalPenaltynumber(double)总扣分
notestring备注
statusstring状态
namestring名称
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司Id
resRatingTopicListResRatingTopic[]题库集合

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRatingTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingTemplate[]返回数据

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRatingTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingTemplate

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRating

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRating[]返回数据

com.leadwaycloud.system.model.entity.res.ResRating

评价

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
ratingTplIdinteger(int64)模版id
originTypestring源订单类型
originIdinteger(int64)源订单id
totalPenaltynumber(double)总扣分
statusstring状态
stockContractStockContract
operatorResUser
resRatingTemplateResRatingTemplate
resIssuesRatingLineListResRatingLine[]评价明细集合

com.leadwaycloud.system.model.entity.res.ResRatingLine

评价明细

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
ratingIdinteger(int64)问题评价表id
ratingTopicIdinteger(int64)问题评价题库表id
ratingUserIdinteger(int64)评价人
penaltynumber(double)扣分
notestring备注
statusstring状态
issuesDescriptionstring问题描述
issuesQtyinteger(int32)问题数量
ratingUserResUser
resRatingTopicResRatingTopic
hrDepartmentListHrDepartment[]部门

com.leadwaycloud.system.model.entity.stock.StockContract

合同

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
pickingTypestring订单类型
statusstring合同状态
namestring合同名称
doneTimestring(date-time)完成时间
codestring合同编号
externalCodestring外部编号
currencyIdinteger(int64)货币符号ID
exchangeRatenumber(double)汇率
operatorUserIdinteger(int64)操作用户ID
partnerIdinteger(int64)客户关系对象
taxTypestring税金计算类型
amountTotalnumber(double)含税总额
amountTaxnumber(double)税总额
amountUntaxednumber(double)不含税总额
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
notestring备注
startDatestring(date)开始时间
endDatestring(date)结束时间
originIdinteger(int64)源订单ID
originTypestring源订单类型
departmentIdinteger(int64)部门ID
advanceboolean是否预付
advanceRationumber(double)预付比例
reviewMethodstring评审方式
signDatestring(date)签订日期
signLocationstring签署地点
contractTypestring合同类型(正式合同,预投合同,科研合同)
saleDestinationstring销售去向
producePlanModestring生产组织方式(内厂/外厂生产)
versionstring版本号
machineTypestring机型
checkEffectiveAmountboolean是否检查有效金额
contractEffectiveTypestring合同有效类型
historyboolean是否是历史合同
goodsTypestring合同商品类型
decalsContractboolean是否开口合同,用于采购单金额验证(标准类型商品)-万航
excessRationumber(double)超出额度比例,用于采购单金额验证(原材料类型商品)-万航
goodsSubTypestring合同商品子类型
originstring来源
initializationboolean是否初始化数据
executedAmountTotalnumber(double)期初已执行金额(含税)
executedAmountUntaxednumber(double)期初已执行金额(不含税)
executedAmountTaxnumber(double)期初已执行税总额
warrantyRationumber(double)合同总价款中用作质量保证的预留金比例
warrantyPeriodstring项目质量保修期限(支持单位:年、月、天,默认为月)
extensionInfostring额外属性

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRating

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRating

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResRatingCategory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingCategory[]返回数据

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResRatingCategory

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResRatingCategory

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysPrinterTemplateConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysPrinterTemplateConfig[]返回数据

com.leadwaycloud.system.model.entity.sys.SysPrinterTemplateConfig

系统打印机模板配置

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
namestring名称
descriptionstring描述
statusstring状态
typestring模版类型
reportIdinteger(int64)报表ID
receiptCodestring单据代号
apiIdinteger(int64)打印模板对应的数据源API ID
configDatastring打印模版配置
merchantIdinteger(int64)商户ID
apiSysApi

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysPrinterTemplateConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysPrinterTemplateConfig

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysOperationalDoc

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSysOperationalDoc[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysOperationalDoc

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysOperationalDoc

com.leadwaycloud.system.model.entity.sys.SysOperationalDoc

当前页数据

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
industrystring行业"COMPLEX"
modelIdinteger(int64)系统模块ID
menuIdinteger(int64)系统菜单ID
customMenustring自定义菜单"xxxxx"
modelSysModel
menuSysMenu
detailListSysOperationalDocDetail[]操作文档文件

com.leadwaycloud.system.model.entity.sys.SysOperationalDocDetail

操作文档文件

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
operationalDocIdinteger(int64)系统操作文档ID
langIdinteger(int64)文档语言ID
fileNamestring文件名称
fileTypestring文件类型
fileIdstring文件服务器上的文件ID
langResLang

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysOperationalDoc

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysOperationalDoc

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysModel

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysModel[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResOpenApiLog

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResOpenApiLog[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResOpenApiLog

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResOpenApiLog

com.leadwaycloud.system.model.entity.res.ResOpenApiLog

开放API日志表

名称类型必填说明示例
idinteger(int64)
merchantIdinteger(int64)商户号ID
businessTypestring业务类型
businessIdstring业务ID(多个用逗号隔开,例如:1,2,3)
interactSysstring系统
interactFunctionstring功能
requestIdstring请求唯一ID
requestTimestring(date-time)请求时间
requestContentstring请求参数
responseTimestring(date-time)响应时间
responseContentstring响应内容
createTimestring(date-time)创建时间
syncDirectioninteger(int32)同步方向(1:PUSH - 推送出去,2:PULL - 接收推送)
batchstring批次
openApiProcessedListResOpenApiProcessed[]系统请求日志处理结果集合

com.leadwaycloud.system.model.entity.res.ResOpenApiProcessed

系统请求日志处理结果表

名称类型必填说明示例
idinteger(int64)
merchantIdinteger(int64)商户号ID
requestIdstring请求唯一ID
successboolean是否处理成功
processedstring处理结果
createTimestring(date-time)创建时间

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResOpenApiLog

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResOpenApiLog

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResMerchant

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResMerchant

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResUserManageLog

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResUserManageLog[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResUserManageLog

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUserManageLog

com.leadwaycloud.system.model.entity.res.ResUserManageLog

当前页数据

名称类型必填说明示例
idinteger(int64)
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
updateUserIdinteger(int64)编辑用户ID
updateUserNamestring编辑用户账号
functionIdinteger(int64)菜单ID
functionNamestring菜单名称
responseContentstring请求结果
createTimestring(date-time)创建时间
createByinteger(int64)创建人ID
createByNamestring创建人名称

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysFunction

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysFunction[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResUserLoginLog

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResUserLoginLog[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResUserLoginLog

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResUserLoginLog

com.leadwaycloud.system.model.entity.res.ResUserLoginLog

当前页数据

名称类型必填说明示例
idinteger(int64)
datestring(date-time)修改时间
devicestring设备信息
hoststringIP信息
userIdinteger(int64)用户ID
userNamestring用户名称
responseContentstring请求结果
merchantIdinteger(int64)商户ID

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysGatewaySessionRecord

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSysGatewaySessionRecord[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysGatewaySessionRecord

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysGatewaySessionRecord

com.leadwaycloud.system.model.entity.sys.SysGatewaySessionRecord

日志

名称类型必填说明示例
idinteger(int64)
merchantIdinteger(int64)商户ID
userIdinteger(int64)用户ID
businessCompanyIdinteger(int64)作业公司ID
functionIdinteger(int64)功能ID
requestTimestring(date-time)请求时间
resultboolean接口处理结果 true:成功 false:失败
messagestring消息
functionNamestring功能名称
menuNamestring菜单名称
userNamestring用户名称
modelNamestring模块名称
businessCompanyCodestring作业公司
roleNamestring角色名称

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResTranslation

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResTranslation[]返回数据

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResLang

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResLang[]返回数据

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResIssues

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResIssues[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResIssues

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResIssues

com.leadwaycloud.system.model.entity.res.ResIssues

问题

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
titlestring问题标题
contentstring问题内容
originIdinteger(int64)业务ID
originTypestring合同/其他
statusstring状态
startDatestring(date)开始日期
endDatestring(date)结束日期
prioritystring 优先级
modelstring类型
fileinteger(int64)附件
userListResUser[]指派人对象集合
departmentListHrDepartment[]部门集合
tagListResTag[]标签集合

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResIssues

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResIssues

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResIssuesComment

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResIssuesComment[]返回数据

com.leadwaycloud.system.model.entity.res.ResIssuesComment

问题评论

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
issuesIdinteger(int64)问题ID
parentIdinteger(int64)父评论ID
contentstring问题内容
statusstring问题内容
operatorIdinteger(int64)操作人ID
operatorUserResUser

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysImportTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysImportTemplate

com.leadwaycloud.system.model.entity.sys.SysImportTemplate

导入模板

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
fileIdstring文件ID
typestring导入模板类型
versionstring版本

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResExternalDataMapping

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResExternalDataMapping[]返回数据

com.leadwaycloud.system.model.entity.res.ResExternalDataMapping

外部数据映射

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
erpCodestringERP编号
externalCodestring外部编号
descriptionstring描述
otherstring其他字段
typestring类型

com.leadwaycloud.core.model.RCom.leadwaycloud.system.shell.model.entitys.ResEndOfDayConfig

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResEndOfDayConfig

com.leadwaycloud.system.shell.model.entitys.ResEndOfDayConfig

日结配置

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
startBusinessDatestring(date)初始营业日
autoEndOfDayboolean开启自动日结
dryNegativeStockCheckboolean开启非油负库存校验
fuelInventorySummaryboolean开启油品帐存差异校验
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
fuelInventorySummaryConfigListResFuelInventorySummaryConfig[]油品帐存差异配置明细

com.leadwaycloud.system.shell.model.entitys.ResFuelInventorySummaryConfig

油品帐存差异配置

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
companyIdinteger(int64)公司ID
goodsIdinteger(int64)商品ID
minQtynumber(double)差异最小值
maxQtynumber(double)差异最大值

com.leadwaycloud.system.model.dto.EmailTemplateDTO$QueryDTO

查询邮件模板DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
titlestring标题
statusstring状态
typestring类型

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResEmailTemplate

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResEmailTemplate[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResEmailTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResEmailTemplate

com.leadwaycloud.system.model.entity.res.ResEmailTemplate

邮件模板

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
titleinteger(int64)标题
statusstring状态
typestring类型
contentstring内容
ccRolestring抄送角色ID集合
ccUserstring抄送用户ID集合
addresseeUserstring收件用户ID集合
notifySupplierboolean是否通知供应商
ccRoleListResRole[]抄送角色集合
ccUserListResUser[]抄送用户集合
addresseeUserListResUser[]收件用户集合

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.res.ResEmailTemplate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResEmailTemplate

com.leadwaycloud.system.model.dto.EmailSendRecordDTO$QueryDTO

查询邮件发送记录DTO

名称类型必填说明示例
merchantIdinteger(int64)商户号ID
companyIdListinteger(int64)[]公司ID集合
originTypestring来源类型
addresseeEmailstring收件人邮箱
orderCodestring订单编号
titlestring标题
resultboolean处理结果
startTimestring(date-time)开始时间
endTimestring(date-time)结束时间

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResEmailSendRecord

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResEmailSendRecord[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResEmailSendRecord

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResEmailSendRecord

com.leadwaycloud.system.model.entity.res.ResEmailSendRecord

邮件发送记录

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
companyIdinteger(int64)公司ID
companyCodestring公司编号
originTypestring来源类型
addresseeCodestring收件人编号
addresseeEmailstring收件人邮箱
orderCodestring订单编号
titlestring标题
contentstring内容
resultboolean处理结果
sendTimestring(date-time)发送时间
fileBase64integer(int64)发送时间
fileNameinteger(int64)商户号ID

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResDynamicTask

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResDynamicTask[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResDynamicTask

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResDynamicTask

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysDeviceCommand

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysDeviceCommand[]返回数据

com.leadwaycloud.system.model.entity.sys.SysDeviceCommand

设备指令模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
brandstring品牌
modelstring型号
typestring设备类型(PRINTER:打印机)"PRINTER"
commandstring指令集

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.entity.sys.SysCurrencyRate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrencyRate

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysCurrencyRate

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSysCurrencyRate[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysCurrencyRate

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrencyRate

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysCurrency

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSysCurrency[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysCurrency

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrency

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysCurrency

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCurrency[]返回数据

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.vo.AddressVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataAddressVO[]返回数据

com.leadwaycloud.system.model.vo.AddressVO

五级联动数据数据模版

名称类型必填说明示例
idinteger(int64)ID
codestring代号
namestring名称

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.vo.company.CompanyGroupListVO

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListCompanyGroupListVO[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.vo.company.CompanyGroupListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCompanyGroupListVO

com.leadwaycloud.system.model.vo.company.CompanyGroupListVO

公司组列表VO

名称类型必填说明示例
idinteger(int64)ID
merchantIdinteger(int64)商户ID
namestring名称
codestring编号
descriptionstring描述
statusstring状态
typestring类型
companyListCompanyGroupListVO$CompanyVO[]绑定公司VO集合

com.leadwaycloud.system.model.vo.company.CompanyGroupListVO$CompanyVO

绑定公司VO

名称类型必填说明示例
idinteger(int64)公司ID
codestring公司编号(仅允许字母和数字)
namestring名称
typestring类型

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.company.CompanyGroupDetailVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCompanyGroupDetailVO

com.leadwaycloud.system.model.vo.company.CompanyGroupDetailVO

公司组详情VO

名称类型必填说明示例
idinteger(int64)ID
merchantIdinteger(int64)商户ID
namestring名称
codestring编号
descriptionstring描述
statusstring状态
typestring类型
createTimestring(date-time)创建时间
updateTimestring(date-time)编辑时间
companyListCompanyGroupDetailVO$CompanyVO[]绑定公司VO集合

com.leadwaycloud.system.model.vo.company.CompanyGroupDetailVO$CompanyVO

绑定公司VO

名称类型必填说明示例
idinteger(int64)公司ID
codestring公司编号(仅允许字母和数字)
namestring名称
typestring类型

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.shell.model.vo.CenterStoreVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCenterStoreVO[]返回数据

com.leadwaycloud.system.shell.model.vo.CenterStoreVO

中央仓/油站VO

名称类型必填说明示例
idinteger(int64)公司ID
codeinteger(int64)公司编号
parentIdinteger(int64)上级公司ID
typestring类型
statusstring状态
namestring名称
idChainstring公司ID完整架构
merchantIdinteger(int64)商户ID
merchantCodestring商户编号
partnerIdinteger(int64)CRM关系ID
currencyCenterStoreVO$CurrencyVO

com.leadwaycloud.system.shell.model.vo.CenterStoreVO$CurrencyVO

货币VO

名称类型必填说明示例
codestring编号
namestring名称
symbolstring符号
activeboolean是否可用
calcRateboolean是否计算汇率
imagestring图片
roundinginteger(int32)四舍五入精度
calcRateUnitnumber(double)汇率计算单位

com.leadwaycloud.core.model.RCom.leadwaycloud.system.shell.model.vo.CenterStoreVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCenterStoreVO

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.shell.model.vo.CenterWarehouseVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCenterWarehouseVO[]返回数据

com.leadwaycloud.system.shell.model.vo.CenterWarehouseVO

油站信息VO

名称类型必填说明示例
idinteger(int64)油站ID
codeinteger(int64)油站编号
nameinteger(int64)油站名称
centerVOListCenterWarehouseVO$CenterVO[]中央仓信息VO

com.leadwaycloud.system.shell.model.vo.CenterWarehouseVO$CenterVO

中央仓信息VO

名称类型必填说明示例
idinteger(int64)中央仓ID
codestring中央仓编号
namestring中央仓名称

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.vo.ManageableCompanyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataManageableCompanyVO[]返回数据

com.leadwaycloud.system.model.vo.ManageableCompanyVO

可管理公司VO

名称类型必填说明示例
idinteger(int64)公司ID
codestring公司编号(仅允许字母和数字)
namestring名称
parentIdinteger(int64)上级公司ID
typestring类型
statusstring状态
idChainstring公司ID完整架构(上下级公司id用-连接)
partnerIdinteger(int64)CRM关系ID
imagestring图片

com.leadwaycloud.core.model.RCom.leadwaycloud.system.model.vo.company.PublicCompanyVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataPublicCompanyVO

com.leadwaycloud.system.model.vo.company.PublicCompanyVO

公司信息VO

名称类型必填说明示例
idinteger(int64)公司ID
merchantIdinteger(int64)商户ID
codestring公司编号
namestring公司名称
imagestring公司图片

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.vo.CompanyListVO

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataCompanyListVO[]返回数据

com.leadwaycloud.system.model.vo.CompanyListVO

公司列表VO

名称类型必填说明示例
idinteger(int64)公司ID
codestring公司编号(仅允许字母和数字)
namestring名称
parentIdinteger(int64)上级公司ID
typestring类型
statusstring状态
idChainstring公司ID完整架构(上下级公司id用-连接)
merchantIdinteger(int64)商户ID
merchantCodestring商户编号
partnerIdinteger(int64)CRM关系ID
otherCodestring其他编号
currencyCurrencyVO

com.leadwaycloud.system.model.vo.CurrencyVO

币种VO

名称类型必填说明示例
idinteger(int64)ID
codestring编号
namestring名称
symbolstring符号

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResCodeRule

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListResCodeRule[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.res.ResCodeRule

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResCodeRule

com.leadwaycloud.system.model.entity.res.ResCodeRule

当前页数据

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户号ID
typestring类型
rulestring规则json
activeboolean是否可用
seqinteger(int64)序列
otherTypestring其他类型
customizeSeqSqlstring自定义序列查询SQL

com.leadwaycloud.core.model.RJava.lang.String

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
datastring返回数据

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysCalendar

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysCalendar[]返回数据

com.leadwaycloud.system.model.entity.sys.SysCalendar

返回数据

名称类型必填说明示例
idinteger(int64)ID
yearinteger(int32)
monthinteger(int32)
dayinteger(int32)
lunarstring农历
holidaystring法定节假日
solarTermsstring节气
weekInYearinteger(int32)一年中的第几周
dayInYearinteger(int32)一年中的第几天
leapYearboolean是否闰年
festivalstring节日
otherFestivalstring其他节日

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResCalendar

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResCalendar[]返回数据

com.leadwaycloud.system.model.entity.res.ResCalendar

返回数据

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIdinteger(int64)商户ID
companyIdinteger(int64)公司ID
sysCalendarIdinteger(int64)系统日历ID
yearinteger(int32)
monthinteger(int32)
dayinteger(int32)
holidaystring商户规定节假日,如果未设定则按照国家法定节假日执行

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResAttachment

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResAttachment[]返回数据

com.leadwaycloud.system.model.entity.res.ResAttachment

附件表

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
companyIdinteger(int64)公司ID
merchantIdinteger(int64)商户ID
fileIndexstring文件后缀
fileNamestring文件名称
originIdinteger(int64)源订单ID
originTypestring源订单类型
fileIdinteger(int64)文件ID
descriptionstring描述
originTypeSubstring源订单子类型
createUserResUser

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.sys.SysApplication

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysApplication[]返回数据

com.leadwaycloud.system.model.entity.sys.SysApplication

应用程序模型

名称类型必填说明示例
idinteger(int64)
createByinteger(int64)
createTimestring(date-time)
updateByinteger(int64)
updateTimestring(date-time)
merchantIndustrystring商户行业
companyTypestring公司类型
namestring名称"name"
imagestring图片
descriptionstring描述
activeboolean是否可用

com.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysApi

返回数据

名称类型必填说明示例
firstboolean是否是第一页true
lastboolean是否是最后一页true
totalPagesinteger(int32)总页数1
totalElementsinteger(int64)总数据条数1
sizeinteger(int32)每页条数10
numberinteger(int32)当前页码0
numberOfElementsinteger(int32)当前页数据条数0
dataListSysApi[]当前页数据

com.leadwaycloud.core.model.RCom.leadwaycloud.core.model.PCom.leadwaycloud.system.model.entity.sys.SysApi

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataSysApi

com.leadwaycloud.core.model.RJava.util.ListCom.leadwaycloud.system.model.entity.res.ResApplication

名称类型必填说明示例
statusinteger(int32)状态码200
codestring业务代码"000"
messagestring消息描述"成功"
dataResApplication[]返回数据