|
@@ -11,6 +11,7 @@ import com.platform.yijia.utils.ResultData;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.apache.logging.log4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
+import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
@@ -23,6 +24,8 @@ import java.util.List;
|
|
|
* @date 2020年12月15日
|
|
|
* @Author JK
|
|
|
*/
|
|
|
+@Controller
|
|
|
+@RequestMapping("/appUser")
|
|
|
public class AppUserInfoController {
|
|
|
private static Logger logger =(Logger) LoggerFactory.getLogger(PayController.class);
|
|
|
@Resource
|