@uxda/appkit 4.2.80 → 4.2.81

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.js CHANGED
@@ -104,7 +104,7 @@ const getSdkConfig = (appCode, url) => {
104
104
  return new Promise((resolve, reject) => {
105
105
  const $http = useHttp$2();
106
106
  $http.get("/wecom/config/getConfig", {
107
- appCode: appCode || "loankitMp",
107
+ appCode: appCode || "cloudkitProMp",
108
108
  callbackUrl: url || encodeURIComponent(location.href.split("#")[0])
109
109
  }).then((response) => {
110
110
  resolve(response);
@@ -1834,7 +1834,7 @@ var script$D = /* @__PURE__ */ defineComponent({
1834
1834
  }
1835
1835
  requestBrandWCPay({
1836
1836
  amount: amounts.value[state.selected].amount,
1837
- app: "loankitMp",
1837
+ app: "cloudkitProMp",
1838
1838
  tenant: props.tenant,
1839
1839
  accountAuthFlag: false,
1840
1840
  channelCode: "centergzh",
@@ -2217,7 +2217,7 @@ var script$z = /* @__PURE__ */ defineComponent({
2217
2217
  requestBrandWCPayByBean({
2218
2218
  caseConfigId: amounts.value[state.selected].id,
2219
2219
  amount: amounts.value[state.selected].paymentAmount,
2220
- app: "loankitMp",
2220
+ app: "cloudkitProMp",
2221
2221
  tenant: props.tenant,
2222
2222
  accountAuthFlag: false,
2223
2223
  channelCode: "centergzh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "4.2.80",
3
+ "version": "4.2.81",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -105,7 +105,7 @@ const onPayClick = () => {
105
105
  }
106
106
  requestBrandWCPay({
107
107
  amount: amounts.value[state.selected].amount,
108
- app: 'loankitMp',
108
+ app: 'cloudkitProMp',
109
109
  tenant: props.tenant,
110
110
  accountAuthFlag: false,
111
111
  channelCode: 'centergzh',
@@ -176,7 +176,7 @@ const onPayClick = () => {
176
176
  requestBrandWCPayByBean({
177
177
  caseConfigId: amounts.value[state.selected].id,
178
178
  amount: amounts.value[state.selected].paymentAmount,
179
- app: 'loankitMp',
179
+ app: 'cloudkitProMp',
180
180
  tenant: props.tenant,
181
181
  accountAuthFlag: false,
182
182
  channelCode: 'centergzh',
@@ -29,7 +29,7 @@ const getSdkConfig = (appCode?: string, url?: string): Promise<JssdkConfig> => {
29
29
 
30
30
  $http
31
31
  .get('/wecom/config/getConfig', {
32
- appCode: appCode || 'loankitMp',
32
+ appCode: appCode || 'cloudkitProMp',
33
33
  callbackUrl: url || encodeURIComponent(location.href.split('#')[0]),
34
34
  })
35
35
  .then((response: JssdkConfig) => {