|
|
|
|
@ -2,14 +2,11 @@ package com.ruoyi.web.controller.broad;
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONArray;
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
import com.ruoyi.system.domain.BoxPlanCompletion;
|
|
|
|
|
import com.ruoyi.system.domain.OrderInfo;
|
|
|
|
|
import com.ruoyi.system.service.IBroadDataService;
|
|
|
|
|
import com.ruoyi.system.service.IBroadDruidService;
|
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
|
@ -17,7 +14,6 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
|
|
|
|
|
|
import java.io.IOException;
|
|
|
|
|
import java.util.HashMap;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
import java.util.Map;
|
|
|
|
|
import java.util.Set;
|
|
|
|
|
|
|
|
|
|
@ -81,7 +77,7 @@ public class FPBroadController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private Map<String, String> map;
|
|
|
|
|
private final Map<String, String> map;
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
map = new HashMap<>();
|
|
|
|
|
|