@freelog/tools-lib 0.1.120 → 0.1.121

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freelog/tools-lib",
3
- "version": "0.1.120",
3
+ "version": "0.1.121",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -10,7 +10,7 @@ interface CodeDetails2ParamsType {
10
10
 
11
11
  export function codeDetails1({code}: CodeDetails1ParamsType) {
12
12
  return FUtil.Request({
13
- method: 'POST',
13
+ method: 'GET',
14
14
  url: `/v2/testQualifications/beta/codes/${code}`,
15
15
  // data: params,
16
16
  });
@@ -18,7 +18,7 @@ export function codeDetails1({code}: CodeDetails1ParamsType) {
18
18
 
19
19
  export function codeDetails2({}: CodeDetails2ParamsType) {
20
20
  return FUtil.Request({
21
- method: 'POST',
21
+ method: 'GET',
22
22
  url: `/v2/testQualifications/beta/codes/userActivateCode`,
23
23
  // data: params,
24
24
  });