biz9-logic 4.8.295 → 4.8.296

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 +2 -2
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='7.7.5'
1
+ VERSION='7.7.6'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -1246,11 +1246,11 @@ class User_Url {
1246
1246
  }
1247
1247
  class Image_Url {
1248
1248
  static post_file = (app_id,url,params) => {
1249
- let action_url="item/post_file";
1249
+ let action_url="main/image/post_file";
1250
1250
  return get_cloud_url_main(app_id,url,action_url,params);
1251
1251
  };
1252
1252
  static post_cdn = (app_id,url,params) => {
1253
- let action_url="item/post_cdn";
1253
+ let action_url="main/image/post_cdn";
1254
1254
  return get_cloud_url_main(app_id,url,action_url,params);
1255
1255
  };
1256
1256
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.295",
3
+ "version": "4.8.296",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"