|
@@ -52,6 +52,11 @@ const apiurl = {
|
|
url: '/system/sysInformation/selectById',
|
|
url: '/system/sysInformation/selectById',
|
|
type: 'get'
|
|
type: 'get'
|
|
},
|
|
},
|
|
|
|
+ // 添加浏览记录
|
|
|
|
+ addReadRecord: {
|
|
|
|
+ url: '/system/sysInformation/insertOrUpdate',
|
|
|
|
+ type: 'post',
|
|
|
|
+ },
|
|
// 海报二维码
|
|
// 海报二维码
|
|
performQrcode: {
|
|
performQrcode: {
|
|
url: '/merchant/merchantPerform/performQrcode',
|
|
url: '/merchant/merchantPerform/performQrcode',
|