Browse Source

修改my/order接口

chenxiqiang 7 years ago
parent
commit
b46f34d7d9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      manage-server/app/Http/Controllers/ProductOrderController.php

+ 1
- 1
manage-server/app/Http/Controllers/ProductOrderController.php View File

34
 
34
 
35
         } else {
35
         } else {
36
             $productOrder = new ProductOrder;
36
             $productOrder = new ProductOrder;
37
-            $productOrder->status = 0;
37
+            $productOrder->status = 1;
38
         }
38
         }
39
         if ($wechat_id && $products && $address && $contact && $phone) {
39
         if ($wechat_id && $products && $address && $contact && $phone) {
40
 
40
 

Loading…
Cancel
Save