|
|
|
|
@ -2,7 +2,6 @@ package com.flossom.miniProgram.controller;
|
|
|
|
|
|
|
|
|
|
import com.flossom.common.core.domain.entity.WxUserIntegralLog;
|
|
|
|
|
import com.flossom.common.core.web.controller.BaseController;
|
|
|
|
|
import com.flossom.common.core.web.domain.AjaxResult;
|
|
|
|
|
import com.flossom.common.core.web.page.TableDataInfo;
|
|
|
|
|
import com.flossom.miniProgram.service.IWxUserIntegralService;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
@ -18,7 +17,7 @@ import java.util.List;
|
|
|
|
|
*/
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping("/integralLog")
|
|
|
|
|
public class WxUserIntegraController extends BaseController {
|
|
|
|
|
public class WxUserIntegralController extends BaseController {
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
private IWxUserIntegralService wxUserIntegralLogService;
|