@jctrans-materials/shared 1.0.33-beta.8 → 1.0.33
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/dist/index.cjs.js +5 -5
- package/dist/index.d.ts +5 -0
- package/dist/index.esm.js +391 -386
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -254,6 +254,11 @@ export declare function getJoinCompanyApi(data: any): Promise<any>;
|
|
|
254
254
|
*/
|
|
255
255
|
export declare function getLanguage(): string | undefined;
|
|
256
256
|
|
|
257
|
+
/***
|
|
258
|
+
* 获取本地 IP 数据
|
|
259
|
+
*/
|
|
260
|
+
export declare function getLocalIpDataApi(data: any): Promise<any>;
|
|
261
|
+
|
|
257
262
|
/**
|
|
258
263
|
* 获取登录微信二维码
|
|
259
264
|
* @param data
|