1.3.3新增 后台微信图文发送功能,小程序配置,增加小程序授权等,修复一些bug等
This commit is contained in:
@ -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'
|
||||
})
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ export function edit(data) {
|
||||
|
||||
export function get() {
|
||||
return request({
|
||||
url: 'api/yxSystemConfig',
|
||||
url: 'api/yxSystemConfig?size=50',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user