biz9-logic 4.8.296 → 4.8.297
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 +2 -2
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -1245,8 +1245,8 @@ class User_Url {
|
|
|
1245
1245
|
};
|
|
1246
1246
|
}
|
|
1247
1247
|
class Image_Url {
|
|
1248
|
-
static
|
|
1249
|
-
let action_url="main/image/
|
|
1248
|
+
static post = (app_id,url,params) => {
|
|
1249
|
+
let action_url="main/image/post";
|
|
1250
1250
|
return get_cloud_url_main(app_id,url,action_url,params);
|
|
1251
1251
|
};
|
|
1252
1252
|
static post_cdn = (app_id,url,params) => {
|