Commit 5df5e097675d19cbf51bed87ec1ce46cf32358df

Authored by 张志伟
1 parent acffde3e

:sparkles: feat(*): 自测和bug修复

- 自测和bug修复
fw-shirasawa-server/src/main/java/cn/fw/shirasawa/server/controller/api/FollowApiServiceImpl.java
... ... @@ -346,7 +346,7 @@ public class FollowApiServiceImpl implements FollowApiService {
346 346 * @return void
347 347 */
348 348 @Override
349   - @GetMapping("/stop/for_in_shop")
  349 + @PostMapping("/stop/for_in_shop")
350 350 @ControllerMethod("车辆进站终止推送待办")
351 351 public Message<Void> stopClueTodoForInShop(@Valid @RequestBody StopInShopDTO stopInShopDTO) {
352 352 followExpansionService.stopClueTodoForInShop(stopInShopDTO);
... ...