Commit 9ba083f2 authored by Z's avatar Z

Z: Dot: next bar and keywords.

parent 051dd652
...@@ -49,5 +49,11 @@ export function ApiStoreEditStore(inData) { ...@@ -49,5 +49,11 @@ export function ApiStoreEditStore(inData) {
}) })
} }
export function ApiStoreGetBarList(inData) {
return request({
url: '/admin/auth/shop/shopPage',
method: 'get',
params: inData
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment