Commit c4ef8fcc authored by hezhen's avatar hezhen

123

parent 9af14da7
...@@ -106,6 +106,6 @@ public interface ThirdFeign { ...@@ -106,6 +106,6 @@ public interface ThirdFeign {
@PostMapping("/invoice/invoicing") @PostMapping("/invoice/invoicing")
public ObjectRestResponse invoicing(@RequestBody InvoiceVo invoiceVo); public ObjectRestResponse invoicing(@RequestBody InvoiceVo invoiceVo);
@RequestMapping(value = "app/unauth/uploadHead", method = RequestMethod.POST) @RequestMapping(value = "app/file/app/unauth/uploadHead", method = RequestMethod.POST)
ObjectRestResponse<String> uploadHead(@RequestBody UploadImgDTO uploadImgDTO)throws Exception; ObjectRestResponse<String> uploadHead(@RequestBody UploadImgDTO uploadImgDTO)throws Exception;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment