文档
测试

这是测试的接口

POST
/preciousGoods/insert

请求头

参数名
类型
描述
必填
Authorization
描述
必填

请求参数

参数名
类型
描述
必填
goodName
string
示例:甲方商品
必填
price
int
示例:1000
可选
describe
string
示例:没有描述
可选
intro
string
示例:商品简介一大堆
必填
maxPrice
int
示例:2000
必填
spec
string
示例:大薄荷,中薄荷,小薄荷
必填
originalPrice
int
示例:2500
必填

响应参数

application/json
参数名
类型
描述
必填
msg
string
示例:成功
必填
result
int
示例:1
必填
data
object
数据字典
必填
total
int
示例:431
必填
list
array
数据列表
必填
id
int
示例:456
必填
nickname
string
示例:未设置昵称
必填
mobile
string
示例:18194463416
必填
inviteCode
string
示例:121650
必填
wxopenid
object
示例:null
必填
userLevel
int
示例:1
必填
parentUser
int
示例:394
必填
userStatus
int
示例:1
必填
avatar
string
示例:https://shebz.oss-cn-qingdao.aliyuncs.com/shebz/cb6c5c121bea4ef591660087f48f9f53494030.png
必填
sex
int
示例:3
必填
partnerLevel
int
示例:0
必填
height
int
示例:11
必填
relationLink
string
示例:-0-1-2-40-274-275-338-339-378-393-394-
必填
performancePt
int
示例:0
必填
performanceBd
int
示例:0
必填
performanceSj
int
示例:0
必填
performancePtSx
int
示例:0
必填
performanceBdSx
int
示例:0
必填
performanceSjSx
int
示例:0
必填
isFirstGz
int
示例:1
必填
preciousStar
int
示例:0
必填
preciousIntegral
int
示例:0
必填
isReal
int
示例:0
必填
isValidBz
int
示例:0
必填
isLeader
int
示例:0
必填
goldBean
int
示例:0
必填
goldCoin
int
示例:0
必填
points
int
示例:0
必填
rewardPoints
int
示例:0
必填
area
object
示例:null
必填
longitude
object
示例:null
必填
latitude
object
示例:null
必填
geoHash
object
示例:null
必填
createTime
string
示例:2021-09-03
必填
updateTime
string
示例:2021-09-03 12:34:11
必填
fenxiangnum
int
示例:0
必填
expData
object
示例:null
必填
parent
object
数据字典
必填
id
int
示例:394
必填
nickname
string
示例:未设置昵称
必填
mobile
string
示例:13613371985
必填
inviteCode
string
示例:121588
必填
wxopenid
object
示例:null
必填
userLevel
int
示例:1
必填
parentUser
int
示例:393
必填
userStatus
int
示例:1
必填
avatar
string
示例:https://shebz.oss-cn-qingdao.aliyuncs.com/shebz/cb6c5c121bea4ef591660087f48f9f53494030.png
必填
sex
int
示例:3
必填
partnerLevel
int
示例:0
必填
height
int
示例:10
必填
relationLink
string
示例:-0-1-2-40-274-275-338-339-378-393-
必填
performancePt
int
示例:0
必填
performanceBd
int
示例:0
必填
performanceSj
int
示例:0
必填
performancePtSx
int
示例:0
必填
performanceBdSx
int
示例:0
必填
performanceSjSx
int
示例:0
必填
isFirstGz
int
示例:1
必填
preciousStar
int
示例:0
必填
preciousIntegral
int
示例:0
必填
isReal
int
示例:0
必填
isValidBz
int
示例:0
必填
isLeader
int
示例:0
必填
goldBean
int
示例:0
必填
goldCoin
int
示例:0
必填
points
int
示例:0
必填
rewardPoints
int
示例:0
必填
area
object
示例:null
必填
longitude
object
示例:null
必填
latitude
object
示例:null
必填
geoHash
object
示例:null
必填
createTime
string
示例:2021-09-02
必填
updateTime
string
示例:2021-09-02 17:27:23
必填
fenxiangnum
object
示例:null
必填
expData
object
示例:null
必填
parent
object
示例:null
必填
leaderTotalAmount
object
示例:null
必填
leaderTotalRelease
object
示例:null
必填
leaderResidueAmount
object
示例:null
必填
serviceTotalAmount
object
示例:null
必填
leaderTotalAmount
int
示例:0
必填
leaderTotalRelease
int
示例:0
必填
leaderResidueAmount
int
示例:0
必填
serviceTotalAmount
object
示例:null
必填
pageNum
int
示例:1
必填
pageSize
int
示例:431
必填
size
int
示例:431
必填
startRow
int
示例:0
必填
endRow
int
示例:430
必填
pages
int
示例:1
必填
prePage
int
示例:0
必填
nextPage
int
示例:0
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:true
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:false
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:1
必填
bfTotal
int
示例:1198507
必填
newUser
int
示例:0
必填

说明 / 示例

```java DateTime now = DateUtil.date(); wrapper.between(User::getCreateTime, DateUtil.beginOfDay(now), DateUtil.endOfDay(now)); Integer integer = userMapper.selectCount(wrapper); return list(users).putkv("newUser", integer).putkv("bfTotal",bfTotal); ``` 相当于md文档 > 123 ### 标题