修复编译错误

This commit is contained in:
wen 2022-01-05 13:45:48 +08:00
parent 1935a99a55
commit 0f513b8856

View File

@ -35,7 +35,7 @@ public class XhpcSmsController extends BaseController {
signatureName = "小华充电";
templateId = "SMS_226786362";
return xhpcSmsService.getLogonPhoneCode(phone, signatureName, templateId);
return xhpcSmsService.getLogonPhoneCode(phone, signatureName, templateId, null);
}
@GetMapping(value = "/getList")