油站二维码

This commit is contained in:
xk_guohonglei
2020-08-22 16:27:15 +08:00
parent b68df95618
commit 95d1376376
7 changed files with 240 additions and 50 deletions

View File

@@ -53,8 +53,8 @@ export default {
// 获取带参数的油站二维码
getDesignatedSiteQrCode(data) {
return request({
url: `/${service_name}/${group_name}/getSiteQrCode`,
method: 'get',
url: `/${service_name}/${group_name}/updateSiteQrCode`,
method: 'post',
data: data
})
},