feat: 批量去除 vo
This commit is contained in:
@@ -42,7 +42,7 @@ const [Modal, modalApi] = useVbenModal({
|
||||
paramsObj[param] = values[`param_${param}`];
|
||||
});
|
||||
}
|
||||
const data: SystemSmsTemplateApi.SmsSendReqVO = {
|
||||
const data: SystemSmsTemplateApi.SmsSendReq = {
|
||||
mobile: values.mobile,
|
||||
templateCode: formData.value?.code || '',
|
||||
templateParams: paramsObj,
|
||||
|
||||
Reference in New Issue
Block a user