|
|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.simple.controller; |
|
|
|
|
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import org.apache.log4j.Logger; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.util.Assert; |
|
|
|
@@ -17,6 +18,7 @@ import io.swagger.annotations.ApiOperation; |
|
|
|
|
|
|
|
@RestController |
|
|
|
@RequestMapping("wxCouponSpread") |
|
|
|
@Api(description="推广接口") |
|
|
|
public class WxCouponSpreadController extends BaseController |
|
|
|
{ |
|
|
|
@Autowired |
|
|
|
|