Browse Source

修复打赏接口

chenxiqiang 6 years ago
parent
commit
eaecbcabd3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      manage-server/app/Http/Controllers/RewardController.php

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

@@ -21,6 +21,7 @@ class RewardController extends Controller
21 21
             $reward->price = $price;
22 22
             $reward->wechat_id = $wechat_id;
23 23
             $reward->save();
24
+            $order_id = $reward->id;
24 25
 
25 26
             $order = CommonController::getRecord($order_type, $reward->id);
26 27
 

Loading…
Cancel
Save