|
|
|
|
127
|
* @return
|
127
|
* @return
|
128
|
*/
|
128
|
*/
|
129
|
@ApiOperation(value = "森哥看这里-wx-驻场确认到访", notes = "森哥看这里-wx-驻场确认到访")
|
129
|
@ApiOperation(value = "森哥看这里-wx-驻场确认到访", notes = "森哥看这里-wx-驻场确认到访")
|
130
|
- @RequestMapping(value="/wx/marking/visit",method= RequestMethod.PUT)
|
|
|
|
|
130
|
+ @RequestMapping(value="/{plat}/marking/visit",method= RequestMethod.PUT)
|
131
|
public ResponseBean channelCustomerUpdate(@RequestBody MarkingChannelCustomerDTO params){
|
131
|
public ResponseBean channelCustomerUpdate(@RequestBody MarkingChannelCustomerDTO params){
|
132
|
return iChannelCustomerService.markingChannelCustomer(params);
|
132
|
return iChannelCustomerService.markingChannelCustomer(params);
|
133
|
}
|
133
|
}
|
|
|
|
|
139
|
* @return
|
139
|
* @return
|
140
|
*/
|
140
|
*/
|
141
|
@ApiOperation(value = "森哥看这里-wx-驻场确认认筹", notes = "森哥看这里-wx-驻场确认认筹")
|
141
|
@ApiOperation(value = "森哥看这里-wx-驻场确认认筹", notes = "森哥看这里-wx-驻场确认认筹")
|
142
|
- @RequestMapping(value="/wx/marking/preparatory",method= RequestMethod.PUT)
|
|
|
|
|
142
|
+ @RequestMapping(value="/{plat}/marking/preparatory",method= RequestMethod.PUT)
|
143
|
public ResponseBean preparatoryCustomer(@RequestBody MarkingPreparatoryCustomerDTO params){
|
143
|
public ResponseBean preparatoryCustomer(@RequestBody MarkingPreparatoryCustomerDTO params){
|
144
|
return iChannelCustomerService.preparatoryCustomer(params);
|
144
|
return iChannelCustomerService.preparatoryCustomer(params);
|
145
|
}
|
145
|
}
|
|
|
|
|
151
|
* @return
|
151
|
* @return
|
152
|
*/
|
152
|
*/
|
153
|
@ApiOperation(value = "森哥看这里-wx-驻场确认认购", notes = "森哥看这里-wx-驻场确认认购")
|
153
|
@ApiOperation(value = "森哥看这里-wx-驻场确认认购", notes = "森哥看这里-wx-驻场确认认购")
|
154
|
- @RequestMapping(value="/wx/marking/commission",method= RequestMethod.PUT)
|
|
|
|
|
154
|
+ @RequestMapping(value="/{plat}/marking/commission",method= RequestMethod.PUT)
|
155
|
public ResponseBean commissionCustomer(@RequestBody MarkingCommissionCustomerDTO params){
|
155
|
public ResponseBean commissionCustomer(@RequestBody MarkingCommissionCustomerDTO params){
|
156
|
return iChannelCustomerService.commissionCustomer(params);
|
156
|
return iChannelCustomerService.commissionCustomer(params);
|
157
|
}
|
157
|
}
|
|
|
|
|
163
|
* @return
|
163
|
* @return
|
164
|
*/
|
164
|
*/
|
165
|
@ApiOperation(value = "森哥看这里-wx-驻场确认签约", notes = "森哥看这里-wx-驻场确认签约")
|
165
|
@ApiOperation(value = "森哥看这里-wx-驻场确认签约", notes = "森哥看这里-wx-驻场确认签约")
|
166
|
- @RequestMapping(value="/wx/marking/signatory",method= RequestMethod.PUT)
|
|
|
|
|
166
|
+ @RequestMapping(value="/{plat}/marking/signatory",method= RequestMethod.PUT)
|
167
|
public ResponseBean signatoryCustomer(@RequestBody MarkingSignatoryCustomerDTO params){
|
167
|
public ResponseBean signatoryCustomer(@RequestBody MarkingSignatoryCustomerDTO params){
|
168
|
return iChannelCustomerService.signatoryCustomer(params);
|
168
|
return iChannelCustomerService.signatoryCustomer(params);
|
169
|
}
|
169
|
}
|
|
|
|
|
176
|
* @return
|
176
|
* @return
|
177
|
*/
|
177
|
*/
|
178
|
@ApiOperation(value = "森哥看这里-wx-无效报备", notes = "森哥看这里-wx-无效报备")
|
178
|
@ApiOperation(value = "森哥看这里-wx-无效报备", notes = "森哥看这里-wx-无效报备")
|
179
|
- @RequestMapping(value="/wx/marking/invalidCustomer",method= RequestMethod.PUT)
|
|
|
|
|
179
|
+ @RequestMapping(value="/{plat}/marking/invalidCustomer",method= RequestMethod.PUT)
|
180
|
public ResponseBean invalidCustomerUpdate(@RequestBody MarkingChannelCustomerDTO params){
|
180
|
public ResponseBean invalidCustomerUpdate(@RequestBody MarkingChannelCustomerDTO params){
|
181
|
return iChannelCustomerService.invalidCustomerUpdate(params);
|
181
|
return iChannelCustomerService.invalidCustomerUpdate(params);
|
182
|
}
|
182
|
}
|