前端:H5 首页增加 Banner 列表
This commit is contained in:
10
mobile-web/src/api/promotion.js
Normal file
10
mobile-web/src/api/promotion.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import request from "../config/request";
|
||||
|
||||
// Banner
|
||||
|
||||
export function getBannerList() {
|
||||
return request({
|
||||
url: 'promotion-api/users/banner/list',
|
||||
method: 'get',
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user