$userID, 'mch_id' => $this->config->mchid, 'appid' => $this->config->appid, 'transfer_amount' => bcmul((string)$transferAmount, '100', 0), 'fee' => bcmul((string)$fee, '100', 0), 'openid' => WechatUser::openid($userID), 'user_name' => $userName, 'state' => TransferBillStatusEnum::APPLYING, 'transfer_remark' => '提现', ])->id; } }