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