|
|
@ -48,7 +48,7 @@ public class CouponValidateController {
|
|
|
|
* @param actDate
|
|
|
|
* @param actDate
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GetMapping(value = "/payment/holloween")
|
|
|
|
@GetMapping(value = "/payment/halloween")
|
|
|
|
@ResponseBody
|
|
|
|
@ResponseBody
|
|
|
|
public JSONObject getHalloweenActOrderInfo(@RequestParam("customer_id") String customerId,
|
|
|
|
public JSONObject getHalloweenActOrderInfo(@RequestParam("customer_id") String customerId,
|
|
|
|
@RequestParam("act_date") String actDate) {
|
|
|
|
@RequestParam("act_date") String actDate) {
|
|
|
|