@kmkf-fe-packages/services-components 1.0.3-alpha.0 → 1.0.3-alpha.1

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.
@@ -258,8 +258,8 @@ export var getAlipayBillReceipt = function getAlipayBillReceipt(data) {
258
258
  };
259
259
  export var queryLabel = function queryLabel() {
260
260
  return request({
261
- url: "/qy/userConfig/getConfig",
262
- method: "post",
261
+ url: "qy/diamond/getConfigInfo",
262
+ method: "get",
263
263
  data: {
264
264
  key: 'RISK_WARING_LABEL_LIST'
265
265
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "1.0.3-alpha.0",
3
+ "version": "1.0.3-alpha.1",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -37,7 +37,7 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "a30183dc6059c2eb67c23fd4981c9b497ce8b9af",
40
+ "gitHead": "3714facd974aedc0ffc02d9af96b9662dd410ab4",
41
41
  "gitHooks": {
42
42
  "pre-commit": "lint-staged"
43
43
  }