@ -48,6 +48,7 @@ class MineCommand extends HyperfCommand
public function handle(): void
{
var_dump($this->querySignEntrust('CWX1989'));
$this->getBalance();
return;
$result = $baofu->applyBindCard($user->member_id, [
@ -233,6 +233,9 @@ class PaymentService extends AbstractService
if ($fee <= 0) {
$fee = 1;
}
if ($params['isAccountPay']) {
$fee += 200;
$orderSplitInfos = [];
$splitUserIds = array_column($params['splitInfoList'], 'splitUserId');
$users = User::where('app_id', $app->app_id)->whereIn('user_id', $splitUserIds)->get()->keyBy('user_id');