Explorar o código

Merge branch 'dev' of http://192.168.1.43:3000/v2/zd-parents into dev

chaiyunlong %!s(int64=3) %!d(string=hai) anos
pai
achega
a76c9f8b95

+ 1 - 1
zd-api/zd-algorithm-api/src/main/java/com/zd/algorithm/api/smartlock/feign/RemoteSmartlockService.java

@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RequestParam;
 @FeignClient(contextId = "remoteSmartlockService",value = ApplicationConstants.ALGORITHM_SERVICE,fallbackFactory = RemoteSpeakFallbackFactory.class)
 public interface RemoteSmartlockService {
 
-    @GetMapping(value = "/approval/sysMsgApprova")
+    @GetMapping(value = "/smartlock/approval/sysMsgApprova")
     public R sysMsgApprova(@RequestParam(value = "phone", required = true) String phone,
                            @RequestParam(value = "content", required = true) String content,
                            @RequestParam(value = "lockApplyId",required = true) Long lockApplyId);