()
| 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) => { |
no test coverage detected