MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / queryMemberById

Method queryMemberById

wxapp/mfd.js:259–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257 }
258
259 async queryMemberById() {
260 const result = await this.request({
261 method: "POST",
262 apiPath: "/tnew/myfoodiepet-member/v1/member/queryByMemberId",
263 data: memberSignature(this.memberId),
264 });
265 return result.data || {};
266 }
267
268 async getMemberInfo() {
269 try {

Callers 2

checkLoginMethod · 0.95
getMemberInfoMethod · 0.95

Calls 2

requestMethod · 0.95
memberSignatureFunction · 0.85

Tested by

no test coverage detected