|
@@ -127,7 +127,7 @@ public class ChannelCustomerController extends BaseController {
|
127
|
127
|
* @return
|
128
|
128
|
*/
|
129
|
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
|
131
|
public ResponseBean channelCustomerUpdate(@RequestBody MarkingChannelCustomerDTO params){
|
132
|
132
|
return iChannelCustomerService.markingChannelCustomer(params);
|
133
|
133
|
}
|
|
@@ -139,7 +139,7 @@ public class ChannelCustomerController extends BaseController {
|
139
|
139
|
* @return
|
140
|
140
|
*/
|
141
|
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
|
143
|
public ResponseBean preparatoryCustomer(@RequestBody MarkingPreparatoryCustomerDTO params){
|
144
|
144
|
return iChannelCustomerService.preparatoryCustomer(params);
|
145
|
145
|
}
|
|
@@ -151,7 +151,7 @@ public class ChannelCustomerController extends BaseController {
|
151
|
151
|
* @return
|
152
|
152
|
*/
|
153
|
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
|
155
|
public ResponseBean commissionCustomer(@RequestBody MarkingCommissionCustomerDTO params){
|
156
|
156
|
return iChannelCustomerService.commissionCustomer(params);
|
157
|
157
|
}
|
|
@@ -163,7 +163,7 @@ public class ChannelCustomerController extends BaseController {
|
163
|
163
|
* @return
|
164
|
164
|
*/
|
165
|
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
|
167
|
public ResponseBean signatoryCustomer(@RequestBody MarkingSignatoryCustomerDTO params){
|
168
|
168
|
return iChannelCustomerService.signatoryCustomer(params);
|
169
|
169
|
}
|
|
@@ -176,7 +176,7 @@ public class ChannelCustomerController extends BaseController {
|
176
|
176
|
* @return
|
177
|
177
|
*/
|
178
|
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
|
180
|
public ResponseBean invalidCustomerUpdate(@RequestBody MarkingChannelCustomerDTO params){
|
181
|
181
|
return iChannelCustomerService.invalidCustomerUpdate(params);
|
182
|
182
|
}
|