|
@@ -17,11 +17,11 @@ public class StatisticsTypeApi {
|
|
|
|
|
|
/**
|
|
|
* 统计进入商品详情位置
|
|
|
- * @param TypeId
|
|
|
+ * @param typeId
|
|
|
*/
|
|
|
@GetMapping("/statisticsNumber")
|
|
|
- public void statisticsNumber(Integer TypeId) {
|
|
|
- statisticsTypeService.alterTypeNumber(TypeId);
|
|
|
+ public void statisticsNumber(Integer typeId) {
|
|
|
+ statisticsTypeService.alterTypeNumber(typeId);
|
|
|
}
|
|
|
|
|
|
}
|