huxiaoqiang %!s(int64=4) %!d(string=hai) anos
pai
achega
5b86458610

+ 5 - 3
lib/my_tools/const.dart

@@ -50,11 +50,13 @@ int orderTypeCommodity = 0; //商品
 int orderTypeAnnualFee = 1; //平台年费
 int orderTypeVirtualProduct = 2; //虚拟物品
 int orderTypeThirdPlatform = 3; //第三方平台订单
-int orderTypeOfflineTransfer = 4; //线下付款
+int orderTypeOfflineTransfer = 4; //到店付款
 int orderTypeAdvertise = 5; //平台广告
 int orderTypeGoldenShopUID = 6; //店铺靓号订单
-int orderTypeOfflinePay = 7; //线下收款
-int orderTypeScancodeAilyPay = 8; //支付宝扫描支付订单
+int orderTypeOfflinePay = 7; //线下BBY扫描创建的订单
+int orderTypeShopOwnerCreated = 9;  //店主发起收款订单
+int orderTypeScancodeAilyPay = 8; //支付宝或微信扫码支付创建的订单
+int orderTypeUserLevel        = 50; //购买会员等级订单1
 
 //UiD长度
 int userUIDLen = 8;

+ 1 - 1
lib/paegs/gang_page/gang_in_page/initiate_collection_page/initiate_collection_page.dart

@@ -240,7 +240,7 @@ class _InitiateCollectionPageState extends State<InitiateCollectionPage> {
         'buyer_name':payManData.userName,
         'buyer_pic': payManData.userPic,
         'buyer_uid':payManData.userUid,
-        'type': orderTypeOfflinePay,
+        'type': orderTypeShopOwnerCreated,
         'amount': double.parse(_controller.text.toString())
       }
     }, (response, hasError) {