Jelajahi Sumber

使用方法未更新

lifanagju_citu 2 bulan lalu
induk
melakukan
c0c803466f
1 mengubah file dengan 0 tambahan dan 13 penghapusan
  1. 0 13
      src/utils/openEncryption.js

+ 0 - 13
src/utils/openEncryption.js

@@ -1,21 +1,8 @@
-/**
- * encryptionFun()
-  示例1 http://xxx.com?id=123
-  encryptionFun('id=123')
-
-  示例2 http://xxx.com   {"id":123}
-  encryptionFun('{"id":123}')
-
-  示例3 http://xxx.com?id=123&name=张三   {"id":123}
-  encryptionFun('id=123&name=张三{"id":123}')
-*/
-
 import { generateUUID } from "@/utils/index" 
 import { sha256 } from 'js-sha256'
 import { decodeURIComponentSafe } from '@/utils/index'
 
 /**
- * 
  * @param { str } raw 参数用&隔开
  * @param { Object } body
  * @returns