biz9-logic 4.8.343 → 4.8.344
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,16 +1641,16 @@ 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 CART_DELETE="item/cart_delete";
|
|
1645
1645
|
static CART="item/cart";
|
|
1646
|
-
static
|
|
1647
|
-
static SEARCH_CART="item/
|
|
1646
|
+
static CART_POST="item/cart_post";
|
|
1647
|
+
static SEARCH_CART="item/cart_search";
|
|
1648
1648
|
//category
|
|
1649
1649
|
static CATEGORY_DETAIL="category/detail";
|
|
1650
1650
|
static CATEGORY_HOME="category/home";
|
|
1651
1651
|
static CATEGORY_SEARCH="category/search";
|
|
1652
1652
|
//cms
|
|
1653
|
-
static
|
|
1653
|
+
static CMS_POST="item/cms_post";
|
|
1654
1654
|
//content
|
|
1655
1655
|
static CONTENT="item/content";
|
|
1656
1656
|
//crud
|
|
@@ -1671,23 +1671,23 @@ 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 FAVORITE_POST="item/favorite_post";
|
|
1675
|
+
static FAVORITE_SEARCH="item/favorite_search";
|
|
1676
1676
|
//field
|
|
1677
1677
|
static CUSTOM_FIELD="item/custom_field";
|
|
1678
|
-
static
|
|
1678
|
+
static FIELD_VALUE_POST="item/field_value_post";
|
|
1679
1679
|
//gallery
|
|
1680
1680
|
static GALLERY_DETAIL="gallery/detail";
|
|
1681
1681
|
static GALLERY_HOME="gallery/home";
|
|
1682
1682
|
static GALLERY_SEARCH="gallery/search";
|
|
1683
1683
|
//image
|
|
1684
1684
|
static IMAGE_POST="main/image/post";
|
|
1685
|
-
static IMAGE_CDN_POST="main/image/
|
|
1685
|
+
static IMAGE_CDN_POST="main/image/cdn_post";
|
|
1686
1686
|
//order
|
|
1687
|
-
static
|
|
1687
|
+
static ORDER_DELETE="item/order_delete";
|
|
1688
1688
|
static ORDER="item/order";
|
|
1689
|
-
static
|
|
1690
|
-
static
|
|
1689
|
+
static ORDER_POST="item/order_post";
|
|
1690
|
+
static ORDER_SEARCH="item/order_search";
|
|
1691
1691
|
//page
|
|
1692
1692
|
static HOME="page/home";
|
|
1693
1693
|
static ABOUT="page/about";
|
|
@@ -1698,8 +1698,8 @@ class Url {
|
|
|
1698
1698
|
static PRODUCT_HOME="product/home";
|
|
1699
1699
|
static PRODUCT_SEARCH="product/search";
|
|
1700
1700
|
//review
|
|
1701
|
-
static
|
|
1702
|
-
static
|
|
1701
|
+
static REVIEW_POST="item/review_post";
|
|
1702
|
+
static REVIEW_SEARCH="item/review_search";
|
|
1703
1703
|
//service
|
|
1704
1704
|
static SERVICE_DETAIL="service/detail";
|
|
1705
1705
|
static SERVICE_HOME="service/home";
|
|
@@ -1709,7 +1709,7 @@ class Url {
|
|
|
1709
1709
|
static USER_LOGOUT="user/logout";
|
|
1710
1710
|
static USER_REGISTER="user/register";
|
|
1711
1711
|
//stat
|
|
1712
|
-
static
|
|
1712
|
+
static ACTIVITY_SEARCH="item/activity_search";
|
|
1713
1713
|
//template
|
|
1714
1714
|
static TEMPLATE="item/template";
|
|
1715
1715
|
|