1.执行基础配置脚本
2.登录当前店铺获取授权码
http://www.shjyun.com/Callback/DeWuShop?product=iwms
根据实际情况需要执行的特殊语句
–如果上游调用了获取运单号,这里可以配置成不调用
If not exists(Select 1 From TDefShippingMethodsDet Where ShippingCode = ‘DeWu’ And ParmKey = ‘KdOrder’)
Begin
Insert Into TDefShippingMethodsDet(ShippingCode, ParmKey, ParmName, ParmValue,Ex1)
Values(‘DeWu’, ‘KdOrder’, ‘调用获取运单号【品牌直发】; 0:不调用|1:调用(默认)’, ‘1’, ‘*|仓库’)
End
If not exists(Select 1 From TDefShippingMethodsDet Where ShippingCode = ‘DeWu’ And ParmKey = ‘KdOrderType’)
Begin
Insert Into TDefShippingMethodsDet(ShippingCode, ParmKey, ParmName, ParmValue,Ex1)
Values(‘DeWu’, ‘KdOrderType’, ‘获取运单号方式 1:获取运单号并发货(默认) 2:只获取运单号不发货(默认)’, ‘2’, ‘*|仓库’)
End
文档更新时间: 2025-02-24 11:05 作者:Gaychou