MrShi
2026-04-17 f39ca3c49d26abd10f76fc67506b9c603a13547c
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)
}