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>
Showing
2 changed files
with
1 additions
and
1 deletions
| ... | @@ -118,7 +118,7 @@ export const listAPI = params => fn(fetch.get(Api.List, params)) | ... | @@ -118,7 +118,7 @@ export const listAPI = params => fn(fetch.get(Api.List, params)) |
| 118 | * }; | 118 | * }; |
| 119 | * }>} | 119 | * }>} |
| 120 | */ | 120 | */ |
| 121 | -export const posterAPI = params => fn(fetch.get(Api.Poster, params)) | 121 | +export const getPosterDetailAPI = params => fn(fetch.get(Api.Poster, params)) |
| 122 | 122 | ||
| 123 | /** | 123 | /** |
| 124 | * @description 上传海报背景 | 124 | * @description 上传海报背景 | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment