Browse Source

森哥看这里-

傅行帆 3 years ago
parent
commit
22e206a3db

+ 2
- 2
src/main/java/com/yunzhi/marketing/controller/TaPersonController.java View File

46
  */
46
  */
47
 @RestController
47
 @RestController
48
 @RequestMapping("/api")
48
 @RequestMapping("/api")
49
-@Api(value = "微信用户表", tags = "xlk-微信用户表")
49
+@Api(value = "森哥看这里-微信用户表", tags = "森哥看这里-xlk-微信用户表")
50
 public class TaPersonController extends BaseController {
50
 public class TaPersonController extends BaseController {
51
     @Autowired
51
     @Autowired
52
     ITaPersonService taPersonService;
52
     ITaPersonService taPersonService;
385
      * 成为驻场顾问
385
      * 成为驻场顾问
386
      *
386
      *
387
      */
387
      */
388
-    @ApiOperation(value = "wx-成为驻场顾问", notes = "admin-成为驻场顾问")
388
+    @ApiOperation(value = "森哥看这里-wx-成为驻场顾问", notes = "森哥看这里-wx-成为驻场顾问")
389
     @PostMapping("/wx/marketing")
389
     @PostMapping("/wx/marketing")
390
     public ResponseBean marketing(@RequestBody PersonMarketingDTO marketingDTO, HttpServletRequest request) {
390
     public ResponseBean marketing(@RequestBody PersonMarketingDTO marketingDTO, HttpServletRequest request) {
391
         // 当前人员
391
         // 当前人员

+ 3
- 2
src/main/java/com/yunzhi/marketing/controller/TaRecommendCustomerController.java View File

52
  */
52
  */
53
 @RestController
53
 @RestController
54
 @RequestMapping("/api")
54
 @RequestMapping("/api")
55
-@Api(value = "xlk - 项目类型", tags = "xlk - 项目类型")
55
+@Api(value = "森哥看这里-xlk - 项目类型", tags = "森哥看这里-xlk - 项目类型")
56
 public class TaRecommendCustomerController extends BaseController {
56
 public class TaRecommendCustomerController extends BaseController {
57
 
57
 
58
     @Autowired
58
     @Autowired
92
      * @return
92
      * @return
93
      */
93
      */
94
     @GetMapping("/wx/marking/customers")
94
     @GetMapping("/wx/marking/customers")
95
-    @ApiOperation(value = "wx-查询驻场的客户列表", notes = "wx-查询驻场的客户列表")
95
+    @ApiOperation(value = "森哥看这里-wx-查询驻场的客户列表", notes = "森哥看这里-wx-查询驻场的客户列表")
96
     @ApiImplicitParams({
96
     @ApiImplicitParams({
97
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNumber", paramType = "query", value = "第几页"),
97
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageNumber", paramType = "query", value = "第几页"),
98
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query", value = "一页多少行"),
98
             @ApiImplicitParam(dataTypeClass = Integer.class, name = "pageSize", paramType = "query", value = "一页多少行"),
227
      * @return
227
      * @return
228
      */
228
      */
229
     @PostMapping("/wx/channel/report")
229
     @PostMapping("/wx/channel/report")
230
+    @ApiOperation(value = "森哥看这里-wx-渠道顾问报备客户", notes = "森哥看这里-wx-渠道顾问报备客户")
230
     public ResponseBean channelReportCust(@RequestBody ChannelReportDTO channelReportDTO, HttpServletRequest request) throws Exception {
231
     public ResponseBean channelReportCust(@RequestBody ChannelReportDTO channelReportDTO, HttpServletRequest request) throws Exception {
231
         String openid = getOpenId(request);
232
         String openid = getOpenId(request);
232
         Integer orgId = getOrgId(request);
233
         Integer orgId = getOrgId(request);

+ 2
- 2
src/main/java/com/yunzhi/marketing/xlk/controller/ChannelCustomerController.java View File

27
  */
27
  */
28
 @RestController
28
 @RestController
29
 @RequestMapping("/api")
29
 @RequestMapping("/api")
30
-@Api(value = "渠道报备客户表", tags = "xlk-渠道报备客户表")
30
+@Api(value = "森哥看这里-渠道报备客户表", tags = "森哥看这里-xlk-渠道报备客户表")
31
 public class ChannelCustomerController extends BaseController {
31
 public class ChannelCustomerController extends BaseController {
32
 
32
 
33
     private final Logger logger = LoggerFactory.getLogger(ChannelCustomerController.class);
33
     private final Logger logger = LoggerFactory.getLogger(ChannelCustomerController.class);
84
      * @param
84
      * @param
85
      * @return
85
      * @return
86
      */
86
      */
87
-    @ApiOperation(value = "wx-驻场确认到访", notes = "wx-驻场确认到访")
87
+    @ApiOperation(value = "森哥看这里-wx-驻场确认到访", notes = "森哥看这里-wx-驻场确认到访")
88
     @RequestMapping(value="/wx/marking/channelCustomer",method= RequestMethod.PUT)
88
     @RequestMapping(value="/wx/marking/channelCustomer",method= RequestMethod.PUT)
89
     public ResponseBean channelCustomerUpdate(@RequestBody MarkingChannelCustomerDTO params){
89
     public ResponseBean channelCustomerUpdate(@RequestBody MarkingChannelCustomerDTO params){
90
         return iChannelCustomerService.markingChannelCustomer(params);
90
         return iChannelCustomerService.markingChannelCustomer(params);