@fangxq/request
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "@fangxq/request", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -12,5 +12,5 @@ export type TReq = { | ||
export type TRes = { | ||
result: "success" | "need_login" | "invalid_token" | "error" | ||
result: "success" | "need_login" | "no_permission" | "error" | ||
data: any | ||
token?: string | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package