feat(m4): add SN batch import with text area dialog

This commit is contained in:
2026-05-25 01:29:40 +08:00
parent b5317d8f58
commit cc7fef8ae9
5 changed files with 120 additions and 1 deletions
@@ -207,6 +207,10 @@ export function patchLicenseSnStatus(id, body) {
return axios.patch(`/api/v1/license-sns/${id}/status`, body);
}
export function batchImportLicenseSns(body) {
return axios.post('/api/v1/license-sns/batch-import', body);
}
/* —— I5 Callback Inbox & M6 integration read APIs (paths per docs/engineering/iterations/I5_I6_DESIGN.md A.3) —— */
/**