Commit ec1d7a7a by 王栋源

wdy

parent 611aa387
...@@ -176,7 +176,7 @@ class GatewaypushlogService extends ServiceBase { ...@@ -176,7 +176,7 @@ class GatewaypushlogService extends ServiceBase {
pobj.mobile = pobj.phone; pobj.mobile = pobj.phone;
pobj.action_type = "submitNeed"; pobj.action_type = "submitNeed";
if (pobj.area) { if (pobj.area) {
switch (action_type) { switch (pobj.action_type) {
case "1": case "1":
pobj.area = "北京"; pobj.area = "北京";
break; break;
...@@ -279,7 +279,6 @@ class GatewaypushlogService extends ServiceBase { ...@@ -279,7 +279,6 @@ class GatewaypushlogService extends ServiceBase {
case "34": case "34":
pobj.area = "海南"; pobj.area = "海南";
break; break;
default: default:
opResult = system.getResult(null, "area参数错误"); opResult = system.getResult(null, "area参数错误");
break; break;
......
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