ocr识别-调用外部服务修改
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMethod;
|
||||
* @date 2021/12/8 14:53
|
||||
* @auth zhn
|
||||
*/
|
||||
@FeignClient(value = "local-tool")
|
||||
@FeignClient(name = "local-tool", url = "http://139.9.235.66:9022")
|
||||
public interface LocalToolFeignClient {
|
||||
|
||||
@RequestMapping(value = "/local-tool/ocr/handleFile",method = RequestMethod.POST,headers = {"content-type=application/json"})
|
||||
|
||||
Reference in New Issue
Block a user