Commit d83c195d by 刘鹏飞

促销类型转换增加集点活动

parent 8ae0edb9
...@@ -1315,6 +1315,9 @@ public class OrderSdkAdapter { ...@@ -1315,6 +1315,9 @@ public class OrderSdkAdapter {
case "MEMBER_PRICE_DISCOUNT": case "MEMBER_PRICE_DISCOUNT":
type=220; type=220;
break; break;
case "GATHER_SPOT":
type=221;
break;
default: default:
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