rk
2026-04-22 1e4b7107d1eb58c0c209ae838930c15f6619c119
admin/src/api/business/shopInfo.js
@@ -44,3 +44,8 @@
export function resetPassword (data) {
  return request.post('/business/shopInfo/resetPassword', data)
}
// 门店审批
export function audit (data) {
  return request.post('/business/shopInfo/audit', data)
}