Commit fbbc7837 by 李学兴

Merge branch 'feature/20210810_callbackUrgentPlan_lxx' into qa

parents cca07ba7 6f7024a7
......@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@FeignClient(name = "CALL-BACK-SERVICE", url = "${saas.callbackService.feign.url}")
@FeignClient(name = "CALL-BACK-SERVICE", url = "${saas.callbackService.feign.url:}")
@RequestMapping(produces = { "application/json;charset=UTF-8" })
public interface OrderCallbackClient {
......
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