biz9-logic 4.8.341 → 4.8.343
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/biz9_config +1 -1
- package/index.js +14 -14
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -1641,10 +1641,10 @@ class Url {
|
|
|
1641
1641
|
static BLOG_POST_HOME="blog_post/home";
|
|
1642
1642
|
static BLOG_POST_SEARCH="blog_post/search";
|
|
1643
1643
|
//cart
|
|
1644
|
-
static
|
|
1644
|
+
static DELETE_CART="item/delete_cart";
|
|
1645
1645
|
static CART="item/cart";
|
|
1646
|
-
static
|
|
1647
|
-
static
|
|
1646
|
+
static POST_CART="item/post_cart";
|
|
1647
|
+
static SEARCH_CART="item/search_cart";
|
|
1648
1648
|
//category
|
|
1649
1649
|
static CATEGORY_DETAIL="category/detail";
|
|
1650
1650
|
static CATEGORY_HOME="category/home";
|
|
@@ -1671,8 +1671,8 @@ class Url {
|
|
|
1671
1671
|
static EVENT_HOME="event/home";
|
|
1672
1672
|
static EVENT_SEARCH="event/search";
|
|
1673
1673
|
//favorite
|
|
1674
|
-
static
|
|
1675
|
-
static
|
|
1674
|
+
static POST_FAVORITE="item/post_favorite";
|
|
1675
|
+
static SEARCH_FAVORITE="item/search_review";
|
|
1676
1676
|
//field
|
|
1677
1677
|
static CUSTOM_FIELD="item/custom_field";
|
|
1678
1678
|
static POST_FIELD_VALUE="item/post_field_value";
|
|
@@ -1684,22 +1684,22 @@ class Url {
|
|
|
1684
1684
|
static IMAGE_POST="main/image/post";
|
|
1685
1685
|
static IMAGE_CDN_POST="main/image/post_cdn";
|
|
1686
1686
|
//order
|
|
1687
|
-
static
|
|
1687
|
+
static DELETE_ORDER="item/delete_order";
|
|
1688
1688
|
static ORDER="item/order";
|
|
1689
|
-
static
|
|
1690
|
-
static
|
|
1689
|
+
static POST_ORDER="item/post_order";
|
|
1690
|
+
static SEARCH_ORDER="item/search_order";
|
|
1691
1691
|
//page
|
|
1692
|
-
static
|
|
1693
|
-
static
|
|
1694
|
-
static
|
|
1695
|
-
static
|
|
1692
|
+
static HOME="page/home";
|
|
1693
|
+
static ABOUT="page/about";
|
|
1694
|
+
static CONTACT="page/contact";
|
|
1695
|
+
static FAQ="page/faq";
|
|
1696
1696
|
//product
|
|
1697
1697
|
static PRODUCT_DETAIL="product/detail";
|
|
1698
1698
|
static PRODUCT_HOME="product/home";
|
|
1699
1699
|
static PRODUCT_SEARCH="product/search";
|
|
1700
1700
|
//review
|
|
1701
|
-
static
|
|
1702
|
-
static
|
|
1701
|
+
static POST_REVIEW="item/post_review";
|
|
1702
|
+
static SEARCH_REVIEW="item/search_review";
|
|
1703
1703
|
//service
|
|
1704
1704
|
static SERVICE_DETAIL="service/detail";
|
|
1705
1705
|
static SERVICE_HOME="service/home";
|