Commit 6573eeda by huiyang.chen

配送回调地址修改

parent 22643754
...@@ -143,7 +143,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService { ...@@ -143,7 +143,7 @@ public class MCCafeOrderServiceImpl implements MCCafeOrderService {
private String cloudPrintQueue; private String cloudPrintQueue;
@Value("${mq.cloud_print_exchange}") @Value("${mq.cloud_print_exchange}")
private String cloud_print_exchange; private String cloud_print_exchange;
@Value("${saas.order.delivery.callBackUrl}") @Value("${saas.order.delivery.mcCafe.callBackUrl}")
private String deliveryCallBackUrl; private String deliveryCallBackUrl;
@Autowired @Autowired
......
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