文档
测试

团购方案编辑(可调)

POST
/contractPlanGroupBuyResource/update

请求头

参数名
类型
描述
必填
cookie
必填
referer
跳转地址
必填

请求参数

参数名
类型
描述
必填
data
json
必填
id
int
示例:16
必填
planId
int
示例:43
必填
resourceLocation
int
示例:539
必填
resourceUnitRealPrice
int
示例:1000
必填
liveForm
string
示例:专场
必填
liveEndDate
string
示例:2021-07-09 00:00:00
必填
liveStartDate
string
示例:2021-07-08 00:00:00
必填
levelName
int
示例:0
必填
fans
string
示例:1000
必填
articleCount
int
示例:1
必填
totalAmt
int
示例:1000
必填
articleType
int
示例:1
必填
drId
int
示例:0
必填
remark
string
示例:
必填
createBy
int
示例:1
必填
createTime
string
示例:2021-07-08 17:39:32
必填
updateBy
int
示例:1
必填
updateTime
string
示例:2021-07-08 17:39:32
必填
resourceRealPrice
int
示例:1000
必填
isGroupBuy
int
示例:1
必填
shareDrId
string
示例:
必填
shareDrCost
string
示例:
必填
isNewLive
int
示例:1
必填
pv
string
示例:
必填
drName
string
示例:
必填
resourceLocationStr
string
示例:
必填
articleTypeStr
string
示例:
必填
contractPlanGroupBuyResourceShareDTOList
array
数据列表
必填
id
int
示例:26
必填
groupBuyResourceId
int
示例:16
必填
shareRatio
int
示例:50
必填
shareReceivable
int
示例:500
必填
shareReceived
string
示例:
必填
contractId
string
示例:
必填
contractCode
string
示例:
必填
contractName
string
示例:
必填
contractStatus
string
示例:
必填
customerId
string
示例:
必填
resourceId
string
示例:
必填
isDelete
int
示例:0
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:成功
必填
result
object
数据字典
必填
status
int
示例:0
必填

说明 / 示例

{ "id":16, "planId":43, "resourceLocation":539, "resourceUnitRealPrice":1000, "liveForm":"专场", "liveEndDate":"2021-07-09 00:00:00", "liveStartDate":"2021-07-08 00:00:00", "levelName":0, "fans":"1000", "articleCount":1, "totalAmt":1000, "articleType":1, "drId":0, "remark":"", "createBy":1, "createTime":"2021-07-08 17:39:32", "updateBy":1, "updateTime":"2021-07-08 17:39:32", "resourceRealPrice":1000, "isGroupBuy":1, "shareDrId":"", "shareDrCost":"", "isNewLive":1, "pv":"", "drName":"", "resourceLocationStr":"", "articleTypeStr":"", "contractPlanGroupBuyResourceShareDTOList":[ { "id":26, "groupBuyResourceId":16, "shareRatio":50, "shareReceivable":500, "shareReceived":"", "contractId":"", "contractCode":"", "contractName":"", "contractStatus":"", "customerId":"", "resourceId":"", "isDelete":0 }, { "id":"", "groupBuyResourceId":16, "shareRatio":50, "shareReceivable":500, "shareReceived":"", "contractId":"", "contractCode":"", "contractName":"", "contractStatus":"", "customerId":"", "resourceId":"", "isDelete":0 } ] }