@bee-hole/server 2.2.4 → 2.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/i18n/zh-CN.toml CHANGED
@@ -516,3 +516,5 @@ DUPLICATE_REFERENCE_ID = "充值单号重复"
516
516
  CANCEL_ORDER_ERROR = "只有待支付和待发货的订单才能取消"
517
517
 
518
518
  NO_ORDER_OUT_RECORD = "没有订单出库记录"
519
+
520
+ SHIPPING_METHOD_NOT_EXIST = "发货方式不存在"
package/main.exe CHANGED
Binary file
package/mainD CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bee-hole/server",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
4
4
  "description": "www.bee-hole.com",
5
5
  "main": "index.js",
6
6
  "directories": {
package/version CHANGED
@@ -1 +1 @@
1
- v2.2.4
1
+ v2.2.6