(urlPath, data = {})
| 306 | } |
| 307 | |
| 308 | async encryptedGet(urlPath, data = {}) { |
| 309 | return this.gardenGet(urlPath, await this.encryptData(data)); |
| 310 | } |
| 311 | |
| 312 | async queryMember() { |
| 313 | const info = await this.gardenGet("/garden/Gardenmemberinfo/getMemberInfo"); |
no test coverage detected