|
@@ -53,6 +53,9 @@ public class IsticeServiceImpl implements IsticeService {
|
|
|
@Autowired
|
|
|
private SkuSpecService skuSpecService;
|
|
|
|
|
|
+
|
|
|
+ * @see <a href="https://global.link.cainiao.com/#/homepage/api/link/merchant_electronic_sheet/TMS_WAYBILL_GET?_k=gmrigr"/>
|
|
|
+ */
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
@Override
|
|
|
public synchronized WaybillCloudPrintResponse takeNum(Long orderEncasementId) {
|
|
@@ -124,7 +127,7 @@ public class IsticeServiceImpl implements IsticeService {
|
|
|
return response.getWaybillCloudPrintResponseList();
|
|
|
}
|
|
|
|
|
|
- throw new ServiceException(response.getErrorMsg());
|
|
|
+ throw new ServiceException("errorCode:" + response.getErrorCode() + " errorMsg:" + response.getErrorMsg());
|
|
|
}
|
|
|
|
|
|
|