|
@@ -61,36 +61,36 @@ public class BaseApi {
|
|
/**
|
|
/**
|
|
* 用户活跃
|
|
* 用户活跃
|
|
*/
|
|
*/
|
|
- @GetMapping("/record/update")
|
|
|
|
|
|
+ /*@GetMapping("/record/update")
|
|
public void svipCoupon() throws IOException {
|
|
public void svipCoupon() throws IOException {
|
|
// cmVipCouponService.openCoupon();
|
|
// cmVipCouponService.openCoupon();
|
|
// cmBehaviorRecordService.updateClubAddress(startId, endId);
|
|
// cmBehaviorRecordService.updateClubAddress(startId, endId);
|
|
cmOrganValueSystemService.insertOrgan();
|
|
cmOrganValueSystemService.insertOrgan();
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
/**
|
|
/**
|
|
* 用户价值
|
|
* 用户价值
|
|
*/
|
|
*/
|
|
- @GetMapping("/record/getData")
|
|
|
|
|
|
+ /*@GetMapping("/record/getData")
|
|
public void getData(){
|
|
public void getData(){
|
|
cmOrganValueSystemService.insertcustomer();
|
|
cmOrganValueSystemService.insertcustomer();
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
/**
|
|
/**
|
|
* 合并ip
|
|
* 合并ip
|
|
*/
|
|
*/
|
|
- @GetMapping("/record/getBehavior")
|
|
|
|
|
|
+ /*@GetMapping("/record/getBehavior")
|
|
public void getBehavior(){
|
|
public void getBehavior(){
|
|
cmBehaviorRecordService.updateBehaviorUser();
|
|
cmBehaviorRecordService.updateBehaviorUser();
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
/**
|
|
/**
|
|
* 协销信息提醒
|
|
* 协销信息提醒
|
|
*/
|
|
*/
|
|
- @GetMapping("/record/message")
|
|
|
|
|
|
+ /*@GetMapping("/record/message")
|
|
public void getMessage(){
|
|
public void getMessage(){
|
|
messageService.UnActiveMessage();
|
|
messageService.UnActiveMessage();
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
/**
|
|
/**
|
|
* 临时接口
|
|
* 临时接口
|