|
@@ -15,13 +15,14 @@ import org.springframework.data.redis.core.ValueOperations;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.PathVariable;
|
|
import org.springframework.web.bind.annotation.PathVariable;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
import java.util.HashMap;
|
|
import java.util.HashMap;
|
|
|
import java.util.concurrent.TimeUnit;
|
|
import java.util.concurrent.TimeUnit;
|
|
|
|
|
|
|
|
@Slf4j
|
|
@Slf4j
|
|
|
@RequestMapping("/wechatCustom")
|
|
@RequestMapping("/wechatCustom")
|
|
|
-@Api(description = "小程序")
|
|
|
|
|
|
|
+@RestController
|
|
|
public class WxCustomController {
|
|
public class WxCustomController {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private WxCustom wxCustom;
|
|
private WxCustom wxCustom;
|