新增店铺营业执照

This commit is contained in:
lemon橪
2021-08-11 17:09:37 +08:00
parent 464379178d
commit 3f19fc8c15
5 changed files with 86 additions and 3 deletions

View File

@@ -38,3 +38,19 @@ export function getstoreList(params) {
method: Method.GET,
});
}
/**
* 营业执照
* @param id
*/
export function getLicencePhoto(id) {
return http.request({
url: `/store/get/licencePhoto/${id}`,
method: Method.GET,
});
}