| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -17,6 +18,7 @@ import com.simple.service.SysRoleService; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("role") | @RequestMapping("role") | ||||
| @Api(description="角色相关接口") | |||||
| public class RoleController { | public class RoleController { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxAppinfo") | @RequestMapping("wxAppinfo") | ||||
| @Api(description="小程序配置接口") | |||||
| public class WxAppinfoController extends BaseController | public class WxAppinfoController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxBLog") | @RequestMapping("wxBLog") | ||||
| @Api(description="B端log接口") | |||||
| public class WxBLogController extends BaseController | public class WxBLogController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxBanners") | @RequestMapping("wxBanners") | ||||
| @Api(description="banner相关接口") | |||||
| public class WxBannersController extends BaseController | public class WxBannersController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxCLog") | @RequestMapping("wxCLog") | ||||
| @Api(description="C端log接口") | |||||
| public class WxCLogController extends BaseController | public class WxCLogController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxCouponActivity") | @RequestMapping("wxCouponActivity") | ||||
| @Api(description="卡券详情接口") | |||||
| public class WxCouponActivityController extends BaseController | public class WxCouponActivityController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxCoupon") | @RequestMapping("wxCoupon") | ||||
| @Api(description="卡券接口") | |||||
| public class WxCouponController extends BaseController | public class WxCouponController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxCouponRecord") | @RequestMapping("wxCouponRecord") | ||||
| @Api(description="卡券使用记录接口") | |||||
| public class WxCouponRecordController extends BaseController | public class WxCouponRecordController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxCouponType") | @RequestMapping("wxCouponType") | ||||
| @Api(description="卡券类型接口") | |||||
| public class WxCouponTypeController extends BaseController | public class WxCouponTypeController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxMall") | @RequestMapping("wxMall") | ||||
| @Api(description="商场信息接口") | |||||
| public class WxMallController extends BaseController | public class WxMallController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxMerchantShop") | @RequestMapping("wxMerchantShop") | ||||
| @Api(description="商户店铺接口") | |||||
| public class WxMerchantShopController extends BaseController | public class WxMerchantShopController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxMerchantTradeDays") | @RequestMapping("wxMerchantTradeDays") | ||||
| @Api(description="商户日结单额接口") | |||||
| public class WxMerchantTradeDaysController extends BaseController | public class WxMerchantTradeDaysController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxOrders") | @RequestMapping("wxOrders") | ||||
| @Api(description="卡卷交易使用接口") | |||||
| public class WxOrdersController extends BaseController | public class WxOrdersController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||
| @@ -1,5 +1,6 @@ | |||||
| package com.simple.controller; | package com.simple.controller; | ||||
| import io.swagger.annotations.Api; | |||||
| import org.apache.log4j.Logger; | import org.apache.log4j.Logger; | ||||
| import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||||
| import org.springframework.util.Assert; | import org.springframework.util.Assert; | ||||
| @@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; | |||||
| @RestController | @RestController | ||||
| @RequestMapping("wxShop") | @RequestMapping("wxShop") | ||||
| @Api(description="商铺接口") | |||||
| public class WxShopController extends BaseController | public class WxShopController extends BaseController | ||||
| { | { | ||||
| @Autowired | @Autowired | ||||