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

Method request

daily/hyjk.js:148–158  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

146 }
147
148 request(options) {
149 const finalOptions = {
150 timeout: Number(process.env.HYJK_HTTP_TIMEOUT || 15000),
151 ...options,
152 headers: {
153 ...this.headers,
154 ...(options.headers || {})
155 }
156 };
157 return axios.request(finalOptions);
158 }
159
160 async userOperation(operateType, operateValueObj) {
161 const data = {

Callers 12

userOperationMethod · 0.95
getTaskListNewMethod · 0.95
getPopupListMethod · 0.95
getVenueInfoMethod · 0.95
getBlindBoxInfoMethod · 0.95
collectWaterMethod · 0.95
goFruitOrGardenMethod · 0.95
getSignInfoMethod · 0.45
doSignMethod · 0.45
getFruitInfoMethod · 0.45
doWaterMethod · 0.45
getNoticeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected