|
|
|
@@ -16,10 +16,7 @@ import io.swagger.annotations.ApiOperation; |
|
|
|
import org.slf4j.Logger; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.ModelAttribute; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
@@ -70,7 +67,7 @@ public class WxOrderGroupController extends BaseController { |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation(value = "去拼团") |
|
|
|
@GetMapping("toOrderGroup") |
|
|
|
@PostMapping("toOrderGroup") |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "orderId", value = "orderId", dataType = "Long", paramType = "query", required = true), |
|
|
|
@ApiImplicitParam(name = "couponId", value = "couponId", dataType = "Long", paramType = "query", required = true), |
|
|
|
|