Commit 747798dc by 兰国旗

laolan

parent 635b9d6e
...@@ -57,7 +57,8 @@ class Order extends APIBase { ...@@ -57,7 +57,8 @@ class Order extends APIBase {
return self.getResultFail("直接下单consultType不能为空"); return self.getResultFail("直接下单consultType不能为空");
} }
if (pobj.area) { if (pobj.area) {
pobj.area = regCfg.baiduArea[pobj.area] // pobj.area = regCfg.baiduArea[pobj.area]
pobj.area = pobj.area
} }
pobj.status = 1; pobj.status = 1;
pobj.action_type = "regOrderStatus"; pobj.action_type = "regOrderStatus";
......
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