Commit 845fe8bb by linboxuan

ucommune channeluid update

parents c649fbfc 51f5cc8b
...@@ -102,9 +102,9 @@ class UtilsFgbusinesschancService extends AppServiceBase { ...@@ -102,9 +102,9 @@ class UtilsFgbusinesschancService extends AppServiceBase {
if (!actionBody.businessType) { if (!actionBody.businessType) {
return system.getResult(null, "actionBody.businessType can not be empty,100290"); return system.getResult(null, "actionBody.businessType can not be empty,100290");
} }
if (!["复购算法", "关联推荐", "智能监测"].includes(actionBody.businessType)) { // if (!["复购算法", "关联推荐", "智能监测"].includes(actionBody.businessType)) {
return system.getResult(null, "actionBody.businessType don't compliance,100290"); // return system.getResult(null, "actionBody.businessType don't compliance,100290");
} // }
var url = settings.entProfileUrl() + "api/businessProduct"; var url = settings.entProfileUrl() + "api/businessProduct";
var reqParam = { var reqParam = {
bussines_id: actionBody.businessId, bussines_id: actionBody.businessId,
......
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