hbuilderx自定义常用代码块
"apipost": {
"body": [
"let res=await ('$1',{});",
"if(==200){",
"$2",
"}else{",
"this.\\$toast();",
"}"
],
"prefix": "apipost",
"project": "uni-app",
"scope": ""
},
"apiget": {
"body": [
"let res=await ('$1',{});",
"if(==200){",
"$2",
"}else{",
"this.\\$toast();",
"}"
],
"prefix": "apiget",
"project": "uni-app",
"scope": ""
}