MrShi
2026-04-21 1060c73c194b47b4c197089298724a7bd7daa407
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)
}