Commit b54bf6e6 by 刘继明

新增预约提醒时间选项

parent d58fa15e
......@@ -2256,6 +2256,12 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService {
case "6":
minTime = 10;
break;
case "7":
minTime = 180;
break;
case "8":
minTime = 240;
break;
default:
minTime = 0;
}
......
......@@ -124,6 +124,12 @@ public class StoreHandle {
case "6":
minTime = 10;
break;
case "7":
minTime = 180;
break;
case "8":
minTime = 240;
break;
default:
minTime = 0;
}
......
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