1.3.3新增 后台微信图文发送功能,小程序配置,增加小程序授权等,修复一些bug等

This commit is contained in:
hupeng
2019-11-29 19:05:38 +08:00
parent 185fc51e1d
commit 17aa0f4676
12 changed files with 525 additions and 147 deletions

View File

@ -20,3 +20,18 @@ export function getChartData() {
method: 'get'
})
}
export function gett() {
return request({
url: 'api/data/count',
method: 'get'
})
}
export function chart() {
return request({
url: 'api/data/chart',
method: 'get'
})
}

View File

@ -25,7 +25,7 @@ export function edit(data) {
export function get() {
return request({
url: 'api/yxSystemConfig',
url: 'api/yxSystemConfig?size=50',
method: 'get',
})
}