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