货物同步功能
This commit is contained in:
@@ -37,3 +37,13 @@ export function deleteLbGoods(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
/** 从 hxrd 第三方分页同步货品,可能较慢 */
|
||||
export function syncLbGoodsFromHxr(params) {
|
||||
return request({
|
||||
url: '/lbGoods/sync-from-hxr',
|
||||
method: 'post',
|
||||
params,
|
||||
timeout: 120000
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user