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

Method userOperation

daily/hyjk.js:160–172  ·  view source on GitHub ↗
(operateType, operateValueObj)

Source from the content-addressed store, hash-verified

158 }
159
160 async userOperation(operateType, operateValueObj) {
161 const data = {
162 operateType,
163 operateValue: JSON.stringify(operateValueObj),
164 channelCode: this.channelCode
165 };
166 const { data: result } = await this.request({
167 method: "POST",
168 url: "https://tuan.api.ybm100.com/api/healthSquare/user/userOperation",
169 data
170 });
171 return result;
172 }
173
174 async getTaskListNew() {
175 const { data: result } = await this.request({

Callers 6

autoPopupsMethod · 0.95
autoVenueClicksMethod · 0.95
autoBrowseTaskMethod · 0.95
autoTasksMethod · 0.95
autoBlindBoxMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected