rexma-design 0.0.2 → 1.0.0

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "rexma-design",
3
3
  "name": "rexma-design",
4
4
  "displayName": "rexma-design",
5
- "version": "0.0.2",
5
+ "version": "1.0.0",
6
6
  "description": "rexma-design",
7
7
  "author": "mqyun",
8
8
  "keywords": [
@@ -62,7 +62,7 @@ class XinhuaClient {
62
62
  /**
63
63
  * @@description 生成签名参数
64
64
  */
65
- static async getSignRequestParams(params: Record<string, any>) {
65
+ static async getSignRequestParams(params: any) {
66
66
  if (!this.initStatus) {
67
67
  await this.stateInit();
68
68
  }