|
|
@@ -386,6 +386,7 @@ function handleFlowManagement() {
|
|
|
regex = /\(\{timeNum:-?\d+,timeType:"PM"\}\)/g;
|
|
|
newValue = '({timeNum:120,timeType:"PM"})';
|
|
|
outputString = outputString.replace(regex, newValue);
|
|
|
+ gRetBody = outputString;
|
|
|
}
|
|
|
|
|
|
function handleGrabCoupon() {
|