@be-link/cs-cli-nodejs 0.0.120 → 0.0.121

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.
@@ -27,7 +27,7 @@ export declare namespace ServiceVenue {
27
27
  }
28
28
  /** 获取门店信息 */
29
29
  interface IGetServiceVenueInfo {
30
- serviceVenueType: string;
30
+ serviceVenueType?: string;
31
31
  id: string;
32
32
  }
33
33
  /** 获取门店信息ByIds */
@@ -198,8 +198,8 @@ export declare namespace ServiceVenue {
198
198
  province: string;
199
199
  address: string;
200
200
  gis: {
201
- x: number;
202
- y: number;
201
+ lat: number;
202
+ lng: number;
203
203
  };
204
204
  };
205
205
  pics: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.120",
3
+ "version": "0.0.121",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {