|
|
|
@ -30,7 +30,7 @@ public class SmsController extends BaseController {
|
|
|
|
|
return ResponseReult.success("OK");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@PostMapping("list")
|
|
|
|
|
@GetMapping("list")
|
|
|
|
|
@ApiOperation("查询短信")
|
|
|
|
|
@Log(title = "查询短信", type = "查询")
|
|
|
|
|
public ResponseReult<Object> list(Integer termId) {
|
|
|
|
|