mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(m4): add SN batch import with text area dialog
This commit is contained in:
@@ -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) —— */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user