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