const res = await this.http.{{lowerCasesingleAppMethod.psDEServiceAPIMethod.requestMethod}}(`${deResPath}{{lowerCasesingleAppMethod.psDEServiceAPIMethod.requestPath}}`);
{{elseif(eqsingleAppMethod.methodType"FETCH")}}
{{! 方法类型为FETCH }}
const res = await this.http.{{lowerCasesingleAppMethod.psDEServiceAPIMethod.requestMethod}}(`${deResPath}{{lowerCasesingleAppMethod.psDEServiceAPIMethod.requestPath}}`);
const res = await this.http.{{lowerCasesingleAppMethod.psDEServiceAPIMethod.requestMethod}}(`${deResPath}{{lowerCasesingleAppMethod.psDEServiceAPIMethod.requestPath}}`,data);