SmartCodeOpenIdControllerAPI.java 184 B

1234567
  1. package com.template.api;
  2. import org.springframework.web.bind.annotation.RequestMapping;
  3. @RequestMapping("/api/smart-code-open-id")
  4. public interface SmartCodeOpenIdControllerAPI {
  5. }