Commit ec1d7a7a by 王栋源

wdy

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