Commit 86b9314b by 任晓松

xuqiu

parent 80880c86
...@@ -72,6 +72,9 @@ class UtilsNeedService extends AppServiceBase { ...@@ -72,6 +72,9 @@ class UtilsNeedService extends AppServiceBase {
}else if (pobj.actionBody.channel_type_code == 'esp.companyreg'){ }else if (pobj.actionBody.channel_type_code == 'esp.companyreg'){
pobj.actionBody.type = "ali.ic"; pobj.actionBody.type = "ali.ic";
pobj.actionBody.idempotentSource = "ic_ali"; pobj.actionBody.idempotentSource = "ic_ali";
}else if (pobj.actionBody.channel_type_code == 'esp.companyreg_cloud'){
pobj.actionBody.type = "ali.ic";
pobj.actionBody.idempotentSource = "ic_ali";
} }
......
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