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

Method h5Model

wxapp/ctrip.js:437–439  ·  view source on GitHub ↗
(code, name, data = {})

Source from the content-addressed store, hash-verified

435 }
436
437 async h5Model(code, name, data = {}) {
438 return h5Api(`/restapi/soa2/${code}/${name}`, data, this);
439 }
440
441 async taskModel(name, data = {}) {
442 const res = await this.h5Model("22598", name, data);

Callers 3

taskModelMethod · 0.95
queryPointInfoMethod · 0.95
tryUpgradeAwardsMethod · 0.95

Calls 1

h5ApiFunction · 0.85

Tested by

no test coverage detected