MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / isSuccess

Function isSuccess

wxapp/fsdlb.js:79–81  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

77}
78
79function isSuccess(result) {
80 return String(result?.code) === "200";
81}
82
83function isTokenError(message) {
84 return /401|403|M401|M403|token|登录|授权|未登录|无效|过期/i.test(String(message || ""));

Callers 1

requestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected