hookehuyr

refactor(map_activity): 重命名 posterAPI 为 getPosterDetailAPI

- 将 posterAPI 重命名为 getPosterDetailAPI,命名更清晰
- 修复 PosterCheckin 页面的 API 导入路径(@/api/map → @/api/map_activity)
- 更新 CHANGELOG 记录海报接口联调功能

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
......@@ -118,7 +118,7 @@ export const listAPI = params => fn(fetch.get(Api.List, params))
* };
* }>}
*/
export const posterAPI = params => fn(fetch.get(Api.Poster, params))
export const getPosterDetailAPI = params => fn(fetch.get(Api.Poster, params))
/**
* @description 上传海报背景
......
This diff is collapsed. Click to expand it.