星油企业版

This commit is contained in:
caolc
2022-08-08 09:17:43 +08:00
commit e3238cb907
517 changed files with 80472 additions and 0 deletions

14
api/qr.js Normal file
View File

@@ -0,0 +1,14 @@
import request from '@/utils/request'
const service_name = "oil-site"
const group_name = "qrCode"
export default {
getOilQrCode (data) {
return request({
url: `/${service_name}/${group_name}/getOilQrCode`,
method: 'post',
data:data
})
}
}