biz9-logic 4.8.335 → 4.8.337

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.
Files changed (3) hide show
  1. package/biz9_config +1 -1
  2. package/index.js +6 -6
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='8.1.5'
1
+ VERSION='8.1.7'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -1802,7 +1802,7 @@ class Url_Logic {
1802
1802
  static URL_BLOG_POST_SEARCH="blog_post/search";
1803
1803
  //cart
1804
1804
  static URL_CART_DELETE="item/delete_cart";
1805
- static URL_CART_GET="item/get_cart";
1805
+ static URL_CART="item/cart";
1806
1806
  static URL_CART_POST="item/post_cart";
1807
1807
  static URL_CART_SEARCH="item/search_cart";
1808
1808
  //category
@@ -1810,14 +1810,14 @@ class Url_Logic {
1810
1810
  static URL_CATEGORY_HOME="category/home";
1811
1811
  static URL_CATEGORY_SEARCH="category/search";
1812
1812
  //content
1813
- static URL_CONTENT_GET="item/get_content";
1813
+ static URL_CONTENT="item/content";
1814
1814
  //crud
1815
1815
  static URL_COPY="main/crud/copy";
1816
1816
  static URL_DELETE="main/crud/delete";
1817
1817
  static URL_DELETE_CHECK_PROTECTION="main/crud/delete_item_check_protection";
1818
1818
  static URL_DELETE_LIST="main/crud/delete_list";
1819
1819
  static URL_GET="main/crud/get";
1820
- static URL_GET_PARENT_TOP="main/crud/get_parent_top";
1820
+ static URL_PARENT_TOP="main/crud/parent_top";
1821
1821
  static URL_POST="main/crud/post";
1822
1822
  static URL_POST_CMS="main/crud/post_cms";
1823
1823
  static URL_POST_LIST="main/crud/post_list";
@@ -1838,10 +1838,10 @@ class Url_Logic {
1838
1838
  static URL_GALLERY_SEARCH="gallery/search";
1839
1839
  //image
1840
1840
  static URL_IMAGE_POST="main/image/post";
1841
- static URL_IMAGE_POST="main/image/post_cdn";
1841
+ static URL_IMAGE_CDN_POST="main/image/post_cdn";
1842
1842
  //order
1843
1843
  static URL_ORDER_DELETE="item/delete_order";
1844
- static URL_ORDER_GET="item/get_order";
1844
+ static URL_ORDER="item/order";
1845
1845
  static URL_ORDER_POST="item/post_order";
1846
1846
  static URL_ORDER_SEARCH="item/search_order";
1847
1847
  //page
@@ -1867,7 +1867,7 @@ class Url_Logic {
1867
1867
  //stat
1868
1868
  static URL_SEARCH_ACTIVITY="item/search_activity";
1869
1869
  //template
1870
- static URL_TEMPLATE_GET="item/get_template";
1870
+ static URL_TEMPLATE="item/template";
1871
1871
  static get_url = (app_id,host,url,param) => {
1872
1872
  return get_cloud_url_main(app_id,host,url,param);
1873
1873
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.335",
3
+ "version": "4.8.337",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"