|
@@ -23,10 +23,11 @@ const ChinaTelecomCard = 6; //手机卡
|
|
|
const ThirdRefillCard = 7; //三方账号充值
|
|
|
|
|
|
//三方产品类型
|
|
|
-const ThirdOnlineProduct = 1;
|
|
|
-const ThirdElectricProduct = 2;
|
|
|
-const ThirdSMSProduct = 3;
|
|
|
-const ThirdSinopecECouponPoroduct = 4;
|
|
|
+const ThirdOnlineProduct = 1; //'在线产品'
|
|
|
+const ThirdElectricProduct = 2; //电费产品
|
|
|
+const ThirdSMSProduct = 3; //短信产品
|
|
|
+const ThirdSinopecECouponPoroduct = 4; //中石化电子券
|
|
|
+const ThirdNetTrafficPoroduct = 5; //网络流量
|
|
|
|
|
|
//三方卡号类型:1 手机号,2 QQ号,3 微信号,4 电卡
|
|
|
const ThirdCardPhone = 1;
|