Skip to content
Snippets Groups Projects

update

Merged zhuxiang requested to merge feature/zhuxiang into develop
Compare and
3 files
+ 3
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @author zhuxiang
* @since 2023-4-6
*/
@FeignClient(name = "seasky-ocr", url = "${seaskyOcrHttpUrl}")
@FeignClient(name = "ocr-manage", url = "${seaskyOcrHttpUrl:}")
@Api(tags = "模型相关接口")
@RequestMapping("base")
public interface IInvoiceSettingNewController {