|
@@ -29,8 +29,6 @@ func SaveBuyerUnitInfo(BUT BuyerUnit) (string, bool) {
|
|
|
"isOBT": 0, //是否下单-3
|
|
|
"price": BUT.Price, //实际支付价格-3
|
|
|
"isCBBT": 0, //点击去购买按钮-2
|
|
|
- "isICRP": 0, //访问留资页面-2
|
|
|
- "isICRW": 0, //提交留资信息-2
|
|
|
"introduce": BUT.Introduce, //功能按钮文案-2
|
|
|
"userType": BUT.UserType, //用户类型0:普通;1:超级订阅;2:大会员;3:商机管理;(可以存在1,2)-1
|
|
|
"platform": BUT.Platform, //平台P:PC;W:微信;AA:APPAndroid;AI:APPIOS-1
|