MCPcopy Create free account
hub / github.com/Semporia/Scripts / plantBeanIndex

Function plantBeanIndex

jd_get_share_code.js:348–350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346 const JDplant_API_HOST = "https://api.m.jd.com/client.action";
347
348 async function plantBeanIndex() {
349 $.plantBeanIndexResult = await plant_request("plantBeanIndex"); //plantBeanIndexBody
350 }
351
352 function plant_request(function_id, body = {}) {
353 return new Promise(async (resolve) => {

Callers 1

jdPlantBeanFunction · 0.70

Calls 1

plant_requestFunction · 0.85

Tested by

no test coverage detected