@uxda/appkit 1.0.58 → 1.0.60

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
@@ -373,6 +373,7 @@ const useAppKitOptions = () => {
373
373
 
374
374
  const makeHttp$1 = () => {
375
375
  const appkitOptions = useAppKitOptions();
376
+ console.log("===makeHTTP===token:", appkitOptions.token());
376
377
  const header = {
377
378
  Token: appkitOptions.token(),
378
379
  Appcode: appkitOptions.app()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "1.0.58",
3
+ "version": "1.0.60",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -4,7 +4,7 @@ import { useAppKitOptions } from '../../Appkit'
4
4
 
5
5
  const makeHttp = () => {
6
6
  const appkitOptions = useAppKitOptions()
7
-
7
+ console.log('===makeHTTP===token:', appkitOptions.token())
8
8
  const header = {
9
9
  Token: appkitOptions.token(),
10
10
  Appcode: appkitOptions.app(),