【新增】天猫超市商品下载同步

【修复】天猫超市发货问题
【修复】采购单单号因含特殊字符导致入库或取消失败
【修复】售后批量操作设置显示不正确
This commit is contained in:
chenping
2026-04-21 23:42:49 +08:00
parent b20d422532
commit e3d3593fdd
34 changed files with 297 additions and 251 deletions

View File

@@ -14,22 +14,24 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @author ykm 216-01-25
* @describe 京东电子面单
* @describe 爱库存电子面单 SDF 组装
*/
class wms_event_trigger_logistics_data_electron_aikucun extends wms_event_trigger_logistics_data_electron_common
{
/**
* 获取DirectSdf
* @param mixed $arrDelivery arrDelivery
* @param mixed $arrBill arrBill
* @param mixed $shop shop
* @return mixed 返回结果
* 矩阵 orderInfo.orderChannelsType 固定值(与小红书多店铺映射不同)
*/
public function orderChannelsType()
{
return 'aikucun';
}
public function getDirectSdf($arrDelivery, $arrBill, $shop) {
public function getDirectSdf($arrDelivery, $arrBill, $shop)
{
$delivery = $arrDelivery[0];
if (empty($arrBill)) {