|
|
@@ -86,7 +86,7 @@ public class TbIndentSmsController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("获取短信金额配置")
|
|
|
- @DeleteMapping(value = "price-of-sms")
|
|
|
+ @GetMapping(value = "price-of-sms")
|
|
|
public Result getPriceOfSms() {
|
|
|
Double price = smsTemplateService.getPriceOfSms();
|
|
|
return Result.success().put("data", price);
|