lizhen_gitee 1 éve
szülő
commit
e594661ad1

+ 1 - 0
application/api/controller/Eggnew.php

@@ -175,6 +175,7 @@ class Eggnew extends Api
                 // 保存砸蛋记录
                 $data[] = [
                     "do_no" => $do_no,
+                    "pay_fee" => $k == 0 ? $total_jewel : 0,
                     "party_id" => $party_id,
                     "user_id" => $user_id,
                     "gift_id" => $v["gift_id"],

+ 1 - 1
application/api/controller/Party.php

@@ -1588,7 +1588,7 @@ class Party extends Common
                 $this->error(__('Operation frequently'));
             }
         }else{
-            if (!$this->apiLimit(1, 1000)) {
+            if (!$this->apiLimit(10, 1000)) {
                 $this->error(__('Operation frequently'));
             }
         }