Commit 0842707f by 任晓松

update360短信推送

parent 8cb0eb3e
...@@ -85,18 +85,18 @@ class Push360Service { ...@@ -85,18 +85,18 @@ class Push360Service {
let uploadFileName = actionBody.officialInfo.uploadFileName;//文件名 let uploadFileName = actionBody.officialInfo.uploadFileName;//文件名
let oneNcl = deliveryInfo.nclones[0].code;//大类 let oneNcl = deliveryInfo.nclones[0].code;//大类
let templateId = 1; let templateId = 1;
let failType = { // let failType = {
"2": "商标注册申请补正通知书", // "2": "商标注册申请补正通知书",
"4": "商标注册申请不予受理通知书", // "4": "商标注册申请不予受理通知书",
"5": "商标注册同日申请补送使用证据通知书", // "5": "商标注册同日申请补送使用证据通知书",
"7": "商标驳回通知书", // "7": "商标驳回通知书",
"8": "商标部分驳回通知书", // "8": "商标部分驳回通知书",
"201": "超时未补正" // "201": "超时未补正"
} // }
//
if (failType.hasOwnProperty(actionBody.tmStatus)) { // if (failType.hasOwnProperty(actionBody.tmStatus)) {
templateId = 2; // templateId = 2;
} // }
var rc = system.getObject("util.execClient"); var rc = system.getObject("util.execClient");
let rtn = await rc.exec360GetToken(this.auth360Url) let rtn = await rc.exec360GetToken(this.auth360Url)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment