|
@@ -68,6 +68,10 @@ class RechargeController extends BaseController
|
|
|
if (empty($custom)) {
|
|
if (empty($custom)) {
|
|
|
util::fail('没有找到客户');
|
|
util::fail('没有找到客户');
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ //避免重复提交
|
|
|
|
|
+ util::checkRepeatCommit($customId, 4);
|
|
|
|
|
+
|
|
|
$customName = $custom->name;
|
|
$customName = $custom->name;
|
|
|
$userId = $custom->userId ?? 0;
|
|
$userId = $custom->userId ?? 0;
|
|
|
$hdId = $custom->hdId;
|
|
$hdId = $custom->hdId;
|