|
@@ -29,8 +29,8 @@ public class CmBehaviorRecordApi {
|
|
|
*/
|
|
|
@IpSave(saveName="用户行为记录",saveParams = true)
|
|
|
@GetMapping("/Statistics")
|
|
|
- public ResponseJson<String> behaviorRecordApp(Integer userId,String pagePath,String pageType,String pageLabel,String behaviorType,Integer productId,String accessDuration,Integer accessClient){
|
|
|
- log.info("用户行为记录=========》"+userId+"===="+pagePath+"===="+pageType+"===="+pageLabel+"===="+behaviorType+"===="+productId+"===="+accessDuration+"===="+accessClient);
|
|
|
+ public ResponseJson<String> behaviorRecordApp(Integer userId,String pagePath,String pageType,String pageLabel,String behaviorType,Integer productId,String accessDuration,Integer accessClient,Integer shopId){
|
|
|
+ log.info("用户行为记录=======userId==》"+userId+"==pagePath=="+pagePath+"==pageType=="+pageType+"==pageLabel=="+pageLabel+"==behaviorType=="+behaviorType+"==productId=="+productId+"==accessDuration=="+accessDuration+"==accessClient=="+accessClient+"==shopId=="+shopId);
|
|
|
return ResponseJson.success("用户行为记录完成");
|
|
|
}
|
|
|
|