|
@ -1,8 +1,6 @@ |
|
|
package com.epmet.controller.tccc; |
|
|
package com.epmet.controller.tccc; |
|
|
|
|
|
|
|
|
import com.epmet.commons.tools.utils.net.TCCCClientUtils; |
|
|
import com.epmet.commons.tools.utils.net.TCCCClientUtils; |
|
|
import io.swagger.annotations.Api; |
|
|
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
import org.springframework.web.bind.annotation.RestController; |
|
@ -10,10 +8,8 @@ import org.springframework.web.bind.annotation.RestController; |
|
|
@Slf4j |
|
|
@Slf4j |
|
|
@RestController |
|
|
@RestController |
|
|
@RequestMapping("tccc") |
|
|
@RequestMapping("tccc") |
|
|
@Api(tags = "获取腾讯呼叫中心URL") |
|
|
|
|
|
public class TCCCAuthController { |
|
|
public class TCCCAuthController { |
|
|
|
|
|
|
|
|
@ApiOperation(value = "tccc") |
|
|
|
|
|
@RequestMapping("getTcccAuth") |
|
|
@RequestMapping("getTcccAuth") |
|
|
public String getTcccAuth() { |
|
|
public String getTcccAuth() { |
|
|
try { |
|
|
try { |
|
|