|
const result = this.dealWith(await this.ctx.helper.sendRequest(url, postData, 'GET', 'json', true));
|
|
const result = this.dealWith(await this.ctx.helper.sendRequest(url, postData, 'GET', 'json', true));
|
|
async getProjectList(mobile, compilationId) {
|
|
async getProjectList(mobile, compilationId) {
|