| | |
| | | * FloatServer |
| | | * @author WWW |
| | | */ |
| | | @Api(tags = "FloatServer") |
| | | @RestController |
| | | @RequestMapping("/floatserver") |
| | | public class FloatServerController extends BaseController { |
| | |
| | | } |
| | | |
| | | @GetMapping({"/licenseEncryption/getLicenseSecret"}) |
| | | @PostMapping({"/licenseEncryption/getLicenseSecret"}) |
| | | public void getLicenseSecret(HttpServletResponse res) { |
| | | try { |
| | | String json = JSON.toJSONString(new SdkSecretEntity()); |
| | |
| | | } |
| | | |
| | | @GetMapping({"/licenseEncryption/getLicenseDecrypt"}) |
| | | @PostMapping({"/licenseEncryption/getLicenseDecrypt"}) |
| | | public void getLicenseDecrypt(HttpServletResponse res) { |
| | | try { |
| | | String json = JSON.toJSONString(new SdkDecryptEntity()); |