forked from dyf/fys-Multi-tenant
登录测试
This commit is contained in:
@ -13,6 +13,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@RestController
|
||||
public class TestSMSController {
|
||||
|
||||
|
||||
@GetMapping("/test")
|
||||
public void testSend() {
|
||||
// 在创建完SmsBlend实例后,再未手动调用注销的情况下框架会持有该实例,可以直接通过指定configId来获取想要的配置,如果你想使用
|
||||
|
Reference in New Issue
Block a user