Commit 8ba87d6b by guojuxing

计费中心开票调整:接收入邮箱

parent e6187b96
......@@ -205,6 +205,7 @@ public class BillingPayInfoController {
params.setShippingAddress(invoiceDTO.getShippingAddress());
params.setShippingPhone(invoiceDTO.getShippingPhone());
params.setBusinessLicense(invoiceDTO.getBusinessLicense());
params.setEmail(invoiceDTO.getEmail());
ServiceResponse invoice = invoiceManageApiService.applyInvoice(params);
if (invoice.isSuccess()) {
ServiceResponse updateInvoiceStatus = billingPayInfoApiService.updateInvoiceStatus(serialNumbers);
......
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