Commit 78262ce0 by 罗志长

fix: 第三方平台信息配置接口前缀调整

parent 48675ba2
......@@ -20,9 +20,9 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "第三方平台信息配置")
@Api(tags = "saas-第三方平台信息配置")
@RestController
@RequestMapping("/sys/apiSecret")
@RequestMapping("/saas/sys/apiSecret")
public class SysApiSecretController {
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment