|
@@ -181,7 +181,6 @@ class MemberService
|
|
if ($item['pay_category'] == 'RECHARGE' && (!isset($extendJson['notify']) || $extendJson['notify'] != 'success')) {
|
|
if ($item['pay_category'] == 'RECHARGE' && (!isset($extendJson['notify']) || $extendJson['notify'] != 'success')) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
- dump(floatval($extendJson['added_amount'].'----0'));
|
|
|
|
if (isset($extendJson['added_amount']) && floatval($extendJson['added_amount']) > 0) {
|
|
if (isset($extendJson['added_amount']) && floatval($extendJson['added_amount']) > 0) {
|
|
$data[] = [
|
|
$data[] = [
|
|
'join_pay_member_id' => $item['join_pay_member_id'],
|
|
'join_pay_member_id' => $item['join_pay_member_id'],
|