Commit 267787b8 authored by hezhen's avatar hezhen

Merge branch 'master-chw' into dev-chw

parents 8f704064 c4ef8fcc
......@@ -106,6 +106,6 @@ public interface ThirdFeign {
@PostMapping("/invoice/invoicing")
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;
}
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