| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318 |
- <?php
- // +----------------------------------------------------------------------
- // | LARAVEL8.0 框架 [ LARAVEL ][ RXThinkCMF ]
- // +----------------------------------------------------------------------
- // | 版权所有 2017~2021 LARAVEL研发中心
- // +----------------------------------------------------------------------
- // | 官方网站: http://www.laravel.cn
- // +----------------------------------------------------------------------
- // | Author: laravel开发员 <laravel.qq.com>
- // +----------------------------------------------------------------------
- namespace App\Services;
- use App\Models\CapitalLogModel;
- use App\Models\CoinLogModel;
- use App\Models\MemberModel;
- use App\Services\Api\MemberService;
- use App\Services\Common\CoinLogService;
- use BitWasp\Bitcoin\Address\AddressCreator;
- use BitWasp\Bitcoin\Address\PayToPubKeyHashAddress;
- use BitWasp\Bitcoin\Bitcoin;
- use BitWasp\Bitcoin\Crypto\Random\Random;
- use BitWasp\Bitcoin\Key\Factory\PrivateKeyFactory;
- use BitWasp\Bitcoin\Script\WitnessProgram;
- use GuzzleHttp\Client;
- use IEXBase\TronAPI\Tron;
- use Tron\Api;
- use Tron\TRC20;
- use Tron\TRX;
- use Web3p\EthereumTx\Transaction;
- use Web3p\EthereumUtil\Util;
- /**
- * USDT链管理-服务类
- * Class UsdtWalletService
- * @package App\Services
- */
- class UsdtWalletService_back extends BaseService
- {
- protected $apiUrl = '';
- protected $config = [];
- // 静态对象
- protected static $instance = null;
- protected $apiUrls = [
- 'usdt_trx2_transfer_log' => '/v1/accounts/%s/transactions/trc20?limit=%s&only_to=%s&only_from=%s&only_confirmed=true&contract_address=TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t',
- 'usdt_trx2_transfer_logs' => '/v1/accounts/%s/transactions/trc20?limit=%s&only_to=%s&only_from=%s&contract_address=TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t',
- 'erc_balance' => '/ethereum/%s/dashboards/address/%s',
- 'erc20_balance' => '/ethereum/erc-20/%s/dashboards/address/%s',
- 'erc_transaction'=> '/raw/transaction/',
- 'erc20_transaction'=> '//raw/transaction/',
- 'erc_push_transaction'=> '/push/transaction/',
- ];
- /**
- * 构造函数
- * UsdtWalletService constructor.
- */
- public function __construct()
- {
- $this->memberModel = new MemberModel();
- $this->coinModel = new CoinLogModel();
- $this->capitalModel = new CapitalLogModel();
- $this->config = ConfigService::make()->getConfigOptionByGroup(4);
- if (empty($this->config)) {
- return false;
- }
- }
- /**
- * 静态入口
- * @return static|null
- */
- public static function make()
- {
- if (!self::$instance) {
- self::$instance = (new UsdtWalletService());
- }
- return self::$instance;
- }
- /**
- * 获取TRC2.0钱包地址
- * @throws \Tron\Exceptions\TronErrorException
- */
- public function getTrxAddress()
- {
- try {
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- $api = new Api(new Client(['base_uri' => $this->config['tron_api_url'], $headers]));
- $trxWallet = new TRX($api);
- $addressData = $trxWallet->generateAddress();
- $addressData = (array)$addressData;
- return ['wif' => $addressData['privateKey'], 'hexAddress' => $addressData['hexAddress'], 'address' => $addressData['address']];
- } catch (\Exception $exception) {
- $this->error = $exception->getMessage();
- return false;
- }
- }
- /**
- * trx 转账
- * @param $to 进账账户
- * @param $amount 转账金额
- * @throws \Tron\Exceptions\TransactionException
- * @throws \Tron\Exceptions\TronErrorException
- */
- public function trxTransfer($to, $amount, $from = '')
- {
- if ($amount <= 0) {
- $this->error = '2205';
- return false;
- }
- if (empty($this->config['tron_api_url'])) {
- $this->error = '2206';
- return false;
- }
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- $api = new Api(new Client(['base_uri' => $this->config['tron_api_url'], 'headers' => $headers]));
- $trxWallet = new TRX($api);
- // 获取钱包参数
- try {
- $otcAddress = ConfigService::make()->getConfigByCode('trc_out_address');
- $otcAddressPrivate = ConfigService::make()->getConfigByCode('trc_out_private_key');
- if (empty($otcAddress) || empty($otcAddressPrivate)) {
- $this->error = '2203';
- return false;
- }
- $tron = new Tron();
- // 获取平台钱包hex
- $tron->setAddress($otcAddress);
- $otcAddress = $tron->getAddress();
- $tron->setAddress($to);
- $toAddress = $tron->getAddress();
- $from = new \Tron\Address($otcAddress['base58'], $otcAddressPrivate, $otcAddress['hex']);
- $to = new \Tron\Address($toAddress['base58'], '', $toAddress['hex']);
- $result = $trxWallet->transfer($from, $to, $amount);
- return $result;
- } catch (\Exception $exception) {
- $message = $exception->getMessage();
- $this->error = $message;
- return false;
- }
- }
- /**
- * usdt-trc2.0 转账
- * @param $to 进账账户
- * @param $amount 转账金额
- * @param $from 转账账户
- * @param $fromPrivate 转账账户私钥
- * @throws \Tron\Exceptions\TransactionException
- * @throws \Tron\Exceptions\TronErrorException
- */
- public function usdtTrcTransfer($to, $amount, $from = '', $fromPrivate = '')
- {
- if ($amount <= 0) {
- $this->error = '2205';
- return false;
- }
- if (empty($this->config['tron_api_url'])) {
- $this->error = '2206';
- return false;
- }
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- $api = new Api(new Client(['base_uri' => $this->config['tron_api_url'], 'headers' => $headers]));
- $trxWallet = new TRC20($api, ['contract_address' => $this->config['tron_contract_address'], 'decimals' => 6]);
- // 获取钱包参数
- try {
- // 用出账钱包转账
- $otcAddress = $from ? $from : ConfigService::make()->getConfigByCode('trc_out_address');
- $otcAddressPrivate = $from ? $fromPrivate : ConfigService::make()->getConfigByCode('trc_out_private_key');
- if (empty($otcAddress) || empty($otcAddressPrivate)) {
- $this->error = '2203';
- return false;
- }
- $tron = new Tron();
- // 获取平台钱包hex
- $tron->setAddress($otcAddress);
- $otcAddress = $tron->getAddress();
- // 获取收款钱包hex
- $tron->setAddress($to);
- $toAddress = $tron->getAddress();
- RedisService::set("caches:wallet:transfer:temp_{$to}",['to'=> $to,'out'=> $otcAddress,'outPrivate'=> $otcAddressPrivate,'amount'=> $amount], 7200);
- $from = new \Tron\Address($otcAddress['base58'], $otcAddressPrivate, $otcAddress['hex']);
- $to = new \Tron\Address($toAddress['base58'], '', $toAddress['hex']);
- $result = $trxWallet->transfer($from, $to, $amount);
- $result = (array)$result;
- if(isset($result['txID'])){
- return $result;
- }
- return false;
- } catch (\Exception $exception) {
- $message = $exception->getMessage();
- $this->error = $message;
- RedisService::set("caches:wallet:transfer:error_{$toAddress['base58']}", $exception, 600);
- return false;
- }
- }
- /**
- * usdt-trc2.0 归集
- * @throws \Tron\Exceptions\TransactionException
- * @throws \Tron\Exceptions\TronErrorException
- */
- public function usdtTrcTrigger($force = false)
- {
- if (empty($this->config['tron_api_url'])) {
- $this->error = '2206';
- return false;
- }
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- $api = new Api(new Client(['base_uri' => $this->config['tron_api_url'], 'headers' => $headers]));
- $trcWallet = new TRC20($api, ['contract_address' => $this->config['tron_contract_address'], 'decimals' => 6]);
- $trxWallet = new TRX($api, ['contract_address' => $this->config['tron_contract_address'], 'decimals' => 6]);
- // 获取钱包参数
- try {
- // 用收账钱包归集
- $otcAddress = ConfigService::make()->getConfigByCode('trc_address');
- $otcAddressPrivate = ConfigService::make()->getConfigByCode('trc_private_key');
- // 出账手续费钱包
- $otcOutAddress = ConfigService::make()->getConfigByCode('trc_out_address');
- $otcOutAddressPrivate = ConfigService::make()->getConfigByCode('trc_out_private_key');
- $triggerMin = ConfigService::make()->getConfigByCode('trade_trigger_min');
- $triggerTime = ConfigService::make()->getConfigByCode('trade_trigger_time');
- $triggerFree = ConfigService::make()->getConfigByCode('trade_trigger_free');
- $triggerFree = $triggerFree > 0 ? $triggerFree : 8;
- $triggerMin = $triggerMin > 0 ? $triggerMin : 0.1;
- $triggerTime = $triggerTime > 0 ? $triggerTime * 86400 : 86400;
- if (empty($otcAddress) || empty($otcAddressPrivate)) {
- $this->error = '2203';
- return false;
- }
- // 出账钱包
- if (empty($otcOutAddress) || empty($otcOutAddressPrivate)) {
- $this->error = '2203';
- return false;
- }
- $page = RedisService::get("caches:wallet:transferPage");
- $page = $page ? $page : 1;
- // 归集时间段为凌晨0点-5点
- if ((date('H:i') >= '05:00') && !$force) {
- $this->error = '不在归集时间段';
- return false;
- }
- if (RedisService::get("caches:wallet:triggerLock:{$page}")) {
- $this->error = '不要频繁操作,30秒后重试';
- return false;
- }
- // 上锁
- RedisService::set("caches:wallet:triggerLock:{$page}", 1, rand(10, 30));
- $addrList = MemberService::make()->getTriggerAddressList($triggerMin, $page, 200);
- if (empty($addrList)) {
- RedisService::set("caches:wallet:transferPage", 1, 600);
- $this->error = '1019';
- return false;
- }
- // 平台钱包地址
- $count = 0;
- $failedCount = 0;
- $retryCount = 0;
- $notBalance = false;
- $tron = new Tron();
- $tron->setAddress($otcAddress);
- $otcAddress = $tron->getAddress();
- $otcAddressData = new \Tron\Address($otcAddress['base58'], $otcAddressPrivate, $otcAddress['hex']);
- // 平台出账钱包地址
- $tron->setAddress($otcOutAddress);
- $otcOutAddress = $tron->getAddress();
- $otcOutAddressData = new \Tron\Address($otcOutAddress['base58'], $otcOutAddressPrivate, $otcOutAddress['hex']);
- $cacheKey = "caches:wallet:trigger:";
- foreach ($addrList as $v) {
- try {
- // 获取子钱包TRC-USDT余额
- $userId = isset($v['id']) ? $v['id'] : 0;
- $address = isset($v['trc_address']) ? $v['trc_address'] : '';
- $hexAddress = isset($v['trc_hexaddress']) ? $v['trc_hexaddress'] : '';
- $addressPrivate = isset($v['trc_wif']) ? $v['trc_wif'] : '';
- $triggerAddress = new \Tron\Address($address, $addressPrivate, $hexAddress);
- // 可归集的USDT余额
- $triggerUsdt = $trcWallet->balance($triggerAddress);
- // USDT 余额低于归集金额,则不归集
- if ($triggerUsdt < $triggerMin) {
- $failedCount++;
- $error = ['data' => $v, 'usdt' => $triggerUsdt, 'triggerMin' => $triggerMin, 'error' => '用户余额不足归集', 'date' => date('Y-m-d H:i:s')];
- RedisService::set($cacheKey . "U_{$userId}:error", $error, 7200);
- continue;
- }
- // 获取子钱包TRX余额
- $triggerTrx = $trxWallet->balance($triggerAddress);
- // 获取平台出账钱包TRX余额
- $otcOutTrxTotal = $trxWallet->balance($otcOutAddressData);
- // 如果子钱包和平台钱包TRX余额不足手续费,则不归集
- if ($triggerTrx < $triggerFree && $otcOutTrxTotal < $triggerFree) {
- $failedCount++;
- $notBalance = true;
- $error = ['data' => $v, 'usdt' => $triggerUsdt, 'triggerMin' => $triggerMin, 'triggerTrx' => $triggerTrx, 'otcTrx' => $otcOutTrxTotal, 'error' => '平台钱包手续费不足', 'date' => date('Y-m-d H:i:s')];
- RedisService::set($cacheKey . "U_{$userId}:error", $error, 7200);
- continue;
- }
- // 如果子钱包TRX不足手续费8个,平台TRX充足则自动充值后下次调用时归集
- if ($triggerTrx < $triggerFree) {
- $retryCount++;
- $result = $this->trxTransfer($address, $triggerFree);
- $error = ['data' => $v, 'usdt' => $triggerUsdt, 'triggerMin' => $triggerMin, 'triggerTrx' => $triggerTrx, 'transfer' => $result, 'error' => '归集钱包手续费不足,先充值', 'date' => date('Y-m-d H:i:s')];
- RedisService::set($cacheKey . "U_{$userId}:catch", $error, 7200);
- continue;
- }
- // 满足归集条件处理
- $result = $trcWallet->transfer($triggerAddress, $otcAddressData, $triggerUsdt);
- RedisService::set($cacheKey . "U_{$userId}:result", ['data' => $v, 'result' => $result, 'msg' => '归集已提交', 'date' => date('Y-m-d H:i:s')], 7200);
- $count++;
- } catch (\Exception $exception) {
- $failedCount++;
- RedisService::set($cacheKey . "U_{$userId}:exception", ['data' => $v, 'msg' => $exception->getMessage(), 'date' => date('Y-m-d H:i:s')], 7200);
- }
- }
- // 超出分页数,下次处理下一页
- if (count($addrList) >= 200) {
- RedisService::set("caches:wallet:transferPage", $page + 1, 600);
- }
- if ($count > 0) {
- $this->error = lang(2225, ['success' => $count, 'fail' => $failedCount, 'retry' => $retryCount]);
- return ['success' => $count, 'fail' => $failedCount, 'retryCount' => $retryCount];
- } else if ($failedCount == count($addrList)) {
- $this->error = 2221;
- return false;
- } else if ($retryCount) {
- $this->error = lang(2222, ['num' => $retryCount]);
- return false;
- } else if ($notBalance) {
- $this->error = 2221;
- return false;
- } else {
- $this->error = lang(2224, ['num' => $failedCount]);
- return false;
- }
- } catch (\Exception $exception) {
- $this->error = $exception->getMessage();
- return false;
- }
- }
- /**
- * 监听USDT-TRC2.0转账记录并进账
- * @param $userId 用户ID
- * @param $address 用户钱包地址
- * @param int $coinType 币种:1-usdt
- * @param int $limit 转账记录数,最新的
- * @return array|false
- */
- public function getTrc20RechargeLog($userId, $address, $coinType = 1, $limit = 50)
- {
- if ($userId <= 0 || empty($address)) {
- $this->error = '1013';
- return false;
- }
- $url = sprintf($this->apiUrls['usdt_trx2_transfer_log'], $address, $limit, 'true', 'false');
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- RedisService::set("caches:wallets:recharge_temp_{$userId}", ['url' => $this->config['tron_api_url'] . $url], 600);
- $result = curl_get($this->config['tron_api_url'] . $url, [], $headers, 10);
- $result = $result ? json_decode($result, true) : [];
- $datas = isset($result['data']) ? $result['data'] : [];
- $status = isset($result['success']) ? $result['success'] : '';
- if ($status != true || empty($datas)) {
- $this->error = '2207';
- return false;
- }
- $logs = [];
- $coinInMin = ConfigService::make()->getConfigByCode('trc_in_limit');
- $coinInMin = $coinInMin > 0 ? $coinInMin : 0;
- foreach ($datas as $v) {
- $amount = isset($v['value']) ? intval($v['value']) : 0;
- $amount = moneyFormat($amount / 1000000, 6);
- $time = isset($v['block_timestamp']) ? intval($v['block_timestamp'] / 1000) : 0;
- $txid = isset($v['transaction_id']) ? $v['transaction_id'] : '';
- if (!CoinLogService::make()->checkExists('txid', $txid) && $time > time() - 12 * 3600) {
- $balance = $this->memberModel->where(['id' => $userId])->value('usdt_num');
- $orderNo = get_order_num('TR');
- $log = [
- 'user_id' => $userId,
- 'change_type' => 1,
- 'coin_type' => $coinType,
- 'contact_type' => 1,
- 'order_no' => $orderNo,
- 'from_address' => isset($v['from']) ? $v['from'] : '',
- 'to_address' => isset($v['to']) ? $v['to'] : '',
- 'txid' => $txid,
- 'num' => $amount,
- 'balance' => $balance,
- 'create_time' => $time ? $time : time(),
- 'update_time' => time(),
- 'status' => 2,
- 'mark' => 1,
- ];
- if ($amount >= $coinInMin && $this->memberModel->where(['id' => $userId])->increment('usdt_num', $amount)) {
- $this->memberModel->where(['id' => $userId])->increment('trc_usdt', $amount);
- $log['status'] = 1;
- $data = [
- 'order_no' => $orderNo,
- 'user_id' => $userId,
- 'type' => 4,
- 'pay_type' => 1,
- 'trade_type' => 3,
- 'change_type' => 1,
- 'num' => $amount,
- 'total' => 0,
- 'balance' => floatval($balance + $amount),
- 'create_time' => time(),
- 'update_time' => time(),
- 'remark' => '存币',
- 'status' => 1,
- 'mark' => 1,
- ];
- $this->capitalModel->edit($data);
- }
- $logs[] = $log;
- $this->coinModel->insert($log);
- }
- }
- return $logs;
- }
- /**
- * 获取USDT-TRC2.0交易记录(进出账)
- * @param $address 用户钱包地址
- * @param int $coinType 币种:1-usdt
- * @param int $limit 转账记录数,最新的
- * @return array|false
- */
- public function getTrc20TransferLog($address, $type = 1, $limit = 50)
- {
- if (empty($address)) {
- $this->error = '1013';
- return false;
- }
- // 存币
- if ($type == 1) {
- $url = sprintf($this->apiUrls['usdt_trx2_transfer_log'], $address, $limit, 'true', 'false');
- } // 提币
- else {
- $url = sprintf($this->apiUrls['usdt_trx2_transfer_log'], $address, $limit, 'false', 'true');
- }
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- RedisService::set("caches:wallets:transfer_temp_otc_{$type}", ['url' => $this->config['tron_api_url'] . $url], 600);
- $result = curl_get($this->config['tron_api_url'] . $url, [], $headers, 10);
- $result = $result ? json_decode($result, true) : [];
- $datas = isset($result['data']) ? $result['data'] : [];
- $status = isset($result['success']) ? $result['success'] : '';
- if ($status != true || empty($datas)) {
- $this->error = '2207';
- return false;
- }
- if ($datas) {
- foreach ($datas as &$item) {
- $time = ($item['block_timestamp'] / 1000);
- $item['time_text'] = $time ? datetime($time, 'm-d H:i') : '';
- $item['num'] = floatval($item['value'] / 1000000);
- $item['contact_type'] = 1;
- $item['change_type'] = $type;
- $item['status'] = 1;
- }
- }
- return $datas;
- }
- /**
- * 监听USDT-TRC2.0提币记录并进账(平台钱包)
- * @param $address 用户钱包地址
- * @param int $limit 转账记录数,最新的
- * @return array|false
- */
- public function getTrc20TransferLogByOtc($address, $limit = 50)
- {
- if (empty($address)) {
- $this->error = '1013';
- return false;
- }
- $url = sprintf($this->apiUrls['usdt_trx2_transfer_log'], $address, $limit, 'false', 'true');
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- RedisService::set("caches:wallets:transfer_temp_otc", ['url' => $this->config['tron_api_url'] . $url], 600);
- $result = curl_get($this->config['tron_api_url'] . $url, [], $headers, 10);
- $result = $result ? json_decode($result, true) : [];
- $datas = isset($result['data']) ? $result['data'] : [];
- $status = isset($result['success']) ? $result['success'] : '';
- if ($status != true || empty($datas)) {
- $this->error = '2207';
- return false;
- }
- $logs = [];
- foreach ($datas as $v) {
- $amount = isset($v['value']) ? intval($v['value']) : 0;
- $amount = moneyFormat($amount / 1000000, 6);
- $time = isset($v['block_timestamp']) ? intval($v['block_timestamp'] / 1000) : 0;
- $txid = isset($v['transaction_id']) ? $v['transaction_id'] : '';
- if ($time > time() - 12 * 3600) {
- // 有记录,且是用户提币
- $coinInfo = CoinLogService::make()->getCacheInfoByTxid($txid);
- $userId = isset($coinInfo['user_id']) ? $coinInfo['user_id'] : 0;
- if ($coinInfo && $userId && $coinInfo['status'] == 4) {
- // 直接更新提币状态
- CoinLogModel::where(['txid' => $txid, 'user_id' => $userId])->update(['status' => 1, 'update_time' => time()]);
- // 明细处理
- $num = floatval($coinInfo['num'] + $coinInfo['free']);
- $data = [
- 'order_no' => $coinInfo['order_no'],
- 'user_id' => $userId,
- 'type' => 5,
- 'pay_type' => 1,
- 'trade_type' => 3,
- 'change_type' => 2,
- 'num' => $num,
- 'total' => 0,
- 'balance' => floatval($coinInfo['balance'] - $num),
- 'create_time' => time(),
- 'update_time' => time(),
- 'remark' => '提币',
- 'status' => 1,
- 'mark' => 1,
- ];
- $this->capitalModel->edit($data);
- $logs[] = ['log' => $v, 'order' => $coinInfo];
- }
- }
- }
- return $logs;
- }
- /**
- * 监听USDT-TRC2.0充值记录并进账(用户子钱包)
- * @param $userId 用户ID
- * @param $address 用户钱包地址
- * @param int $coinType 币种:1-usdt
- * @param int $limit 转账记录数,最新的
- * @return array|false
- */
- public function getTrc20TransferLogByUser($userId, $address, $coinType = 1, $limit = 50)
- {
- if ($userId <= 0 || empty($address)) {
- $this->error = '1013';
- return false;
- }
- $url = sprintf($this->apiUrls['usdt_trx2_transfer_log'], $address, $limit, 'false', 'true');
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- RedisService::set("caches:wallets:transfer_temp_{$userId}", ['url' => $this->config['tron_api_url'] . $url], 600);
- $result = curl_get($this->config['tron_api_url'] . $url, [], $headers, 10);
- $result = $result ? json_decode($result, true) : [];
- $datas = isset($result['data']) ? $result['data'] : [];
- $status = isset($result['success']) ? $result['success'] : '';
- if ($status != true || empty($datas)) {
- $this->error = '2207';
- return false;
- }
- $logs = [];
- $coinOutMin = ConfigService::make()->getConfigByCode('trc_out_limit');
- $coinOutMin = $coinOutMin > 0 ? $coinOutMin : 0;
- foreach ($datas as $v) {
- $amount = isset($v['value']) ? intval($v['value']) : 0;
- $amount = moneyFormat($amount / 1000000, 6);
- $time = isset($v['block_timestamp']) ? intval($v['block_timestamp'] / 1000) : 0;
- $txid = isset($v['transaction_id']) ? $v['transaction_id'] : '';
- if (!CoinLogService::make()->checkExists('txid', $txid) && $time > time() - 12 * 3600) {
- $balance = $this->memberModel->where(['id' => $userId])->value('usdt_num');
- $orderNo = get_order_num('TW');
- $log = [
- 'user_id' => $userId,
- 'change_type' => 2,
- 'coin_type' => $coinType,
- 'contact_type' => 1,
- 'order_no' => $orderNo,
- 'from_address' => isset($v['from']) ? $v['from'] : '',
- 'to_address' => isset($v['to']) ? $v['to'] : '',
- 'txid' => $txid,
- 'num' => $amount,
- 'balance' => $balance,
- 'create_time' => $time ? $time : time(),
- 'update_time' => time(),
- 'status' => 2,
- 'mark' => 1,
- ];
- if ($amount >= $coinOutMin && $this->memberModel->where(['id' => $userId])->decrement('usdt_num', $amount)) {
- $this->memberModel->where(['id' => $userId])->decrement('trc_usdt', $amount);
- $log['status'] = 1;
- // 明细处理
- $data = [
- 'order_no' => $orderNo,
- 'user_id' => $userId,
- 'type' => 5,
- 'pay_type' => 1,
- 'trade_type' => 3,
- 'change_type' => 2,
- 'num' => $amount,
- 'total' => 0,
- 'balance' => floatval($balance - $amount),
- 'create_time' => time(),
- 'update_time' => time(),
- 'remark' => '提币',
- 'status' => 1,
- 'mark' => 1,
- ];
- $this->capitalModel->edit($data);
- }
- $logs[] = $log;
- $this->coinModel->insert($log);
- }
- }
- return $logs;
- }
- /**
- * TRX余额
- * @param $address
- * @return false|float|string
- */
- public function getTrxBalance($address, $cache=false)
- {
- if (empty($address)) {
- $this->error = '1018';
- return false;
- }
- if (empty($this->config['tron_api_url'])) {
- $this->error = '2206';
- return false;
- }
- $cacheKey = "caches:wallet:balance:trx_{$address}";
- if ($data = RedisService::get($cacheKey) && $cache) {
- return $data;
- }
- if(RedisService::get($cacheKey.'_lock') && $cache){
- return false;
- }
- try {
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- $api = new Api(new Client(['base_uri' => $this->config['tron_api_url'], 'headers' => $headers]));
- $trxWallet = new TRX($api, ['contract_address' => $this->config['tron_contract_address'], 'decimals' => 6]);
- $tron = new Tron();
- $tron->setAddress($address);
- $address = $tron->getAddress();
- $address = new \Tron\Address($address['base58'], '', $address['hex']);
- $result = $trxWallet->balance($address);
- $result = $result ? floatval($result) : '0.00';
- RedisService::set($cacheKey, $result, rand(5, 10));
- RedisService::set($cacheKey.'_lock', true, rand(10, 20));
- return $result;
- } catch (\Exception $exception) {
- $this->error = $exception->getMessage();
- return false;
- }
- }
- /**
- * USDT-TRC20余额
- * @param $address
- * @return false|float|string
- */
- public function getTrc20Usdt($address, $cache=false)
- {
- if (empty($address)) {
- $this->error = '1018';
- return false;
- }
- if (empty($this->config['tron_api_url'])) {
- $this->error = '2206';
- return false;
- }
- $cacheKey = "caches:wallet:balance:usdt_{$address}";
- if ($data = RedisService::get($cacheKey) && $cache) {
- return $data;
- }
- if(RedisService::get($cacheKey.'_lock') && $cache){
- return false;
- }
- try {
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- $api = new Api(new Client(['base_uri' => $this->config['tron_api_url'], 'headers' => $headers]));
- $trxWallet = new TRC20($api, ['contract_address' => $this->config['tron_contract_address'], 'decimals' => 6]);
- $tron = new Tron();
- $tron->setAddress($address);
- $address = $tron->getAddress();
- $address = new \Tron\Address($address['base58'], '', $address['hex']);
- $result = $trxWallet->balance($address);
- $result = $result ? floatval($result) : '0.00';
- RedisService::set($cacheKey, $result, rand(5, 10));
- RedisService::set($cacheKey.'_lock', true, rand(10, 20));
- return $result;
- } catch (\Exception $exception) {
- $this->error = $exception->getMessage();
- return false;
- }
- }
- /********************** ERC钱包 **************************/
- /**
- * 获取ERC2.0钱包地址
- * @param string $type
- * @throws \BitWasp\Bitcoin\Exceptions\RandomBytesFailure
- */
- public function getErcAddress()
- {
- $random = new Random();
- $network = Bitcoin::getNetwork();
- $privateKeyFactory = new PrivateKeyFactory();
- $privateKey = $privateKeyFactory->generateCompressed($random);
- $publicKey = $privateKey->getPublicKey();
- // p2pkh 格式的地址
- $addressService = new PayToPubKeyHashAddress($publicKey->getPubKeyHash());
- // 将生成的钱包保存到数据库中
- $wif = $privateKey->toWif($network);
- $address = $addressService->getAddress();
- return ['wif' => $wif, 'hexAddress' => $this->getHexAddress($address), 'address' => $address];
- }
- /**
- * 获取HASH钱包地址
- * @param $address 钱包地址
- * @return \BitWasp\Buffertools\BufferInterface
- * @throws \BitWasp\Bitcoin\Exceptions\UnrecognizedAddressException
- */
- public function getHexAddress($address)
- {
- $data = WitnessProgram::v0((new AddressCreator())->fromString($address)->getHash());
- $buffer = $data->getProgram()->getHex();
- return $buffer ? '0x' . $buffer : '';
- }
- /**
- * 监听USDT-ERC2.0提币记录并进账(平台钱包)
- * @param $address 用户钱包地址
- * @param int $limit 转账记录数,最新的
- * @return array|false
- */
- public function getErc20TransferLogByOtc($address, $limit = 50)
- {
- return false;
- if (empty($address)) {
- $this->error = '1013';
- return false;
- }
- $url = sprintf($this->apiUrls['usdt_trx2_transfer_log'], $address, $limit, 'false', 'true');
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- RedisService::set("caches:wallets:transfer_temp_otc", ['url' => $this->config['tron_api_url'] . $url], 600);
- }
- /**
- * ERC 转账
- * @throws \Tron\Exceptions\TransactionException
- * @throws \Tron\Exceptions\TronErrorException
- */
- public function ercTransfer($to, $amount, $from='', $fromPrivate='')
- {
- if ($amount <= 0) {
- $this->error = '2205';
- return false;
- }
- if (empty($this->config['eth_api_url'])) {
- $this->error = '2206';
- return false;
- }
- if (empty($this->config['eth_api_key'])) {
- $this->error = '2207';
- return false;
- }
- // 获取钱包参数
- try {
- // 用出账钱包转账
- $otcAddress = $from ? $from : ConfigService::make()->getConfigByCode('erc_out_address');
- $otcAddressPrivate = $from ? $fromPrivate : ConfigService::make()->getConfigByCode('erc_out_private_key');
- if (empty($otcAddress) || empty($otcAddressPrivate)) {
- $this->error = '2228';
- return false;
- }
- $amount = floatval($amount*pow(10,18));
- $url = $this->config['eth_api_url'] . '/' . $this->config['eth_api_key'];
- $headers = ["Content-Type" => 'application/json'];
- $params = [
- "from"=> $otcAddress, // 来源
- "to"=> $to, // 收款
- "gas"=> '0x'.dechex(90000), // gas量,默认90000
- "gasPrice"=> "0x9184e72a000",
- "value"=> '0x'.dechex($amount),
- "data"=> ''
- ];
- var_dump($params);
- $transaction = new Transaction($params);
- $transaction->sign($otcAddressPrivate);
- $hash = $transaction->hash();
- $data = [
- "jsonrpc" => "2.0",
- "method" => "eth_sendRawTransaction",
- "params" => ['0x'.$hash],
- "id" => 1
- ];
- var_dump($data);
- RedisService::set("caches:trades:erc:transfer_{$to}", ['params'=> $params,'data'=> $data,'hash'=> $hash], 600);
- $result = curl_api($url, json_encode($data), $headers);
- $result = $result ? json_decode($result, true) : [];
- $tradeHash = isset($result['result'])? $result['result'] : '';
- if($tradeHash && hexdec($tradeHash) != 0){
- return ['txid'=> $tradeHash,'amount'=> $amount];
- }else{
- $this->error = '2229';
- return false;
- }
- } catch (\Exception $exception) {
- $message = $exception->getMessage();
- $this->error = $message;
- return false;
- }
- }
- /**
- * usdt-erc2.0 转账
- * @param $to 进账账户
- * @param $amount 转账金额
- * @param $from 转账账户
- * @param $fromPrivate 转账账户私钥
- * @throws \Tron\Exceptions\TransactionException
- * @throws \Tron\Exceptions\TronErrorException
- */
- public function usdtErcTransfer($to, $amount, $from = '', $fromPrivate = '')
- {
- if ($amount <= 0) {
- $this->error = '2205';
- return false;
- }
- if (empty($this->config['eth_api_url'])) {
- $this->error = '2206';
- return false;
- }
- if (empty($this->config['eth_api_key'])) {
- $this->error = '2207';
- return false;
- }
- // 获取钱包参数
- try {
- // 用出账钱包转账
- $otcAddress = $from ? $from : ConfigService::make()->getConfigByCode('erc_out_address');
- $otcAddressPrivate = $from ? $fromPrivate : ConfigService::make()->getConfigByCode('erc_out_private_key');
- if (empty($otcAddress) || empty($otcAddressPrivate)) {
- $this->error = '2228';
- return false;
- }
- $amount = floatval($amount*pow(10,18));
- $url = $this->config['eth_api_url'] . '/' . $this->config['eth_api_key'];
- $headers = ["Content-Type" => 'application/json'];
- $sign = $this->getSha3Sign("transfer(address,uint256)");
- $params = [
- "from"=> $otcAddress, // 来源
- "to"=> $to, // 收款
- "gas"=> '0x'.dechex(90000), // gas量,默认90000
- "gasPrice"=> "0x9184e72a000",
- "value"=> '0x'.dechex($amount),
- "data"=> $this->getTransactionSignData($sign, $to, $amount)
- ];
- var_dump($params);
- $transaction = new Transaction($params);
- $sign = $transaction->sign($otcAddressPrivate);
- $hash = $transaction->hash();
- var_dump($hash);
- $data = [
- "jsonrpc" => "2.0",
- // "method" => "eth_sendTransaction",
- "method" => "eth_call",
- // "params" => $params,
- "params" => ['0x'.$hash],
- "id" => 1
- ];
- RedisService::set("caches:trades:erc:transfer_{$to}", ['params'=> $params,'data'=> $data], 600);
- $result = curl_api($url, json_encode($data), $headers);
- $result = $result ? json_decode($result, true) : [];
- $tradeHash = isset($result['result'])? $result['result'] : '';
- $error = isset($result['error'])? $result['error'] : [];
- if($tradeHash && hexdec($tradeHash) != 0){
- return ['txid'=> $tradeHash,'amount'=> $amount];
- }else{
- $this->error = isset($error['message'])? $error['message'] : '2229';
- return false;
- }
- } catch (\Exception $exception) {
- $message = $exception->getMessage();
- $this->error = $message;
- return false;
- }
- }
- /**
- * TRC余额
- * @param $address
- * @return false|float|string
- */
- public function getErcBalance($address, $cache=false)
- {
- if (empty($address)) {
- $this->error = '1018';
- return false;
- }
- if (empty($this->config['eth_api_url'])) {
- $this->error = '2206';
- return false;
- }
- if (empty($this->config['eth_api_key'])) {
- $this->error = '2207';
- return false;
- }
- $cacheKey = "caches:wallet:balance:erc_{$address}";
- if ($data = RedisService::get($cacheKey) && $cache) {
- return $data;
- }
- if(RedisService::get($cacheKey.'_lock') && $cache){
- return false;
- }
- try {
- $url = $this->config['eth_api_url'] . '/' . $this->config['eth_api_key'];
- $headers = ["Content-Type" => 'application/json'];
- $data = [
- "jsonrpc" => "2.0",
- "method" => "eth_getBalance",
- "params" => [$address, "latest"],
- "id" => 1
- ];
- $result = curl_api($url, json_encode($data), $headers);
- $result = $result ? json_decode($result, true) : [];
- $balance = isset($result['result']) ? hexdec($result['result']) : 0.00;
- $balance = $balance ? floatval($balance/pow(10,18)) : '0.00';
- RedisService::set($cacheKey, $balance, rand(5, 10));
- RedisService::set($cacheKey.'_lock', true, rand(10, 20));
- return $balance;
- } catch (\Exception $exception) {
- $this->error = $exception->getMessage();
- return false;
- }
- }
- /**
- * USDT-ERC20余额
- * @param $address
- * @return false|float|string
- */
- public function getErc20Usdt($address, $cache=false)
- {
- if (empty($address)) {
- $this->error = '1018';
- return false;
- }
- if (empty($this->config['eth_api_url'])) {
- $this->error = '2206';
- return false;
- }
- if (empty($this->config['eth_api_key'])) {
- $this->error = '2207';
- return false;
- }
- if(empty($this->config['erc_contract_address'])){
- $this->error = '2228';
- return false;
- }
- $cacheKey = "caches:wallet:balance:erc_usdt_{$address}";
- if ($data = RedisService::get($cacheKey) && $cache) {
- return $data;
- }
- if(RedisService::get($cacheKey.'_lock') && $cache){
- return false;
- }
- try {
- $url = $this->config['eth_api_url'] . '/' . $this->config['eth_api_key'];
- $headers = ["Content-Type" => 'application/json'];
- $sign = $this->getSha3Sign("balanceOf(address)");
- $data = [
- "jsonrpc" => "2.0",
- "method" => "eth_call",
- "params" => [["to"=> $this->config['erc_contract_address'],"data"=> $this->getSignData($sign, $address)], "latest"],
- "id" => 1
- ];
- $result = curl_api($url, json_encode($data), $headers);
- $result = $result ? json_decode($result, true) : [];
- $balance = isset($result['result']) ? hexdec($result['result']) : 0.00;
- $balance = $balance? floatval($balance/1000000) : '0.00';
- $balance = $balance? $balance : '0.00';
- RedisService::set($cacheKey, $balance, rand(5, 10));
- RedisService::set($cacheKey.'_lock', true, rand(10, 20));
- return $balance;
- } catch (\Exception $exception) {
- $this->error = $exception->getMessage();
- return false;
- }
- }
- /**
- * 合约方法签名编号
- * @param string $data
- * @return string
- */
- public function getSha3Sign($data)
- {
- $util = new Util();
- $result = $util->sha3($data);
- return '0x'.substr($result,0,8);
- }
- /**
- * 获取签名数据
- * @param $sign
- * @param $address
- * @return string
- */
- public function getSignData($sign, $address)
- {
- return $sign.str_repeat('0', 24).substr($address,2);
- }
- /**
- * 获取交易签名参数
- * @param $sign 调用的合约方法生成的sha3签名编号
- * @param $toAddress 收款地址
- * @param $amount 转账金额/十进制
- * @return string
- */
- public function getTransactionSignData($sign, $toAddress, $amount)
- {
- $toAddress = substr($toAddress,2); // 去掉0x
- $toAddressSign = str_repeat('0', 64-strlen($toAddress)).$toAddress; // 前面补齐0为64位
- $amount = dechex($amount); // 十进制转十六进制
- $amountSign = str_repeat('0', 64-strlen($amount)).$amount; // 前面补齐0为64位
- return $sign.$toAddressSign.$amountSign;
- }
- /**
- * 获取USDT-ERC2.0交易记录(进出账)
- * @param $address 用户钱包地址
- * @param int $coinType 币种:1-usdt
- * @param int $limit 转账记录数,最新的
- * @return array|false
- */
- public function getErc20TransferLog($address, $type = 1, $limit = 50)
- {
- }
- /**
- * usdt-trc2.0 归集
- * @throws \Tron\Exceptions\TransactionException
- * @throws \Tron\Exceptions\TronErrorException
- */
- public function usdtErcTrigger($force = false)
- {
- return false;
- if (empty($this->config['tron_api_url'])) {
- $this->error = '2206';
- return false;
- }
- $headers = ["TRON-PRO-API-KEY" => $this->config['tron_api_key']];
- $api = new Api(new Client(['base_uri' => $this->config['tron_api_url'], 'headers' => $headers]));
- $trcWallet = new TRC20($api, ['contract_address' => $this->config['tron_contract_address'], 'decimals' => 6]);
- $trxWallet = new TRX($api, ['contract_address' => $this->config['tron_contract_address'], 'decimals' => 6]);
- // 获取钱包参数
- try {
- // 用收账钱包归集
- $otcAddress = ConfigService::make()->getConfigByCode('trc_address');
- $otcAddressPrivate = ConfigService::make()->getConfigByCode('trc_private_key');
- // 出账手续费钱包
- $otcOutAddress = ConfigService::make()->getConfigByCode('trc_out_address');
- $otcOutAddressPrivate = ConfigService::make()->getConfigByCode('trc_out_private_key');
- $triggerMin = ConfigService::make()->getConfigByCode('trade_trigger_min');
- $triggerTime = ConfigService::make()->getConfigByCode('trade_trigger_time');
- $triggerFree = ConfigService::make()->getConfigByCode('trade_trigger_free');
- $triggerFree = $triggerFree > 0 ? $triggerFree : 8;
- $triggerMin = $triggerMin > 0 ? $triggerMin : 0.1;
- $triggerTime = $triggerTime > 0 ? $triggerTime * 86400 : 86400;
- if (empty($otcAddress) || empty($otcAddressPrivate)) {
- $this->error = '2203';
- return false;
- }
- // 出账钱包
- if (empty($otcOutAddress) || empty($otcOutAddressPrivate)) {
- $this->error = '2203';
- return false;
- }
- $page = RedisService::get("caches:wallet:transferPage");
- $page = $page ? $page : 1;
- // 归集时间段为凌晨0点-5点
- if ((date('H:i') >= '05:00') && !$force) {
- $this->error = '不在归集时间段';
- return false;
- }
- if (RedisService::get("caches:wallet:triggerLock:{$page}")) {
- $this->error = '不要频繁操作,30秒后重试';
- return false;
- }
- // 上锁
- RedisService::set("caches:wallet:triggerLock:{$page}", 1, rand(10, 30));
- $addrList = MemberService::make()->getTriggerAddressList($triggerMin, $page, 200);
- if (empty($addrList)) {
- RedisService::set("caches:wallet:transferPage", 1, 600);
- $this->error = '1019';
- return false;
- }
- // 平台钱包地址
- $count = 0;
- $failedCount = 0;
- $tron = new Tron();
- $tron->setAddress($otcAddress);
- $otcAddress = $tron->getAddress();
- $otcAddressData = new \Tron\Address($otcAddress['base58'], $otcAddressPrivate, $otcAddress['hex']);
- // 平台出账钱包地址
- $tron->setAddress($otcOutAddress);
- $otcOutAddress = $tron->getAddress();
- $otcOutAddressData = new \Tron\Address($otcOutAddress['base58'], $otcOutAddressPrivate, $otcOutAddress['hex']);
- $cacheKey = "caches:wallet:trigger:";
- foreach ($addrList as $v) {
- try {
- // 获取子钱包TRC-USDT余额
- $userId = isset($v['id']) ? $v['id'] : 0;
- $address = isset($v['trc_address']) ? $v['trc_address'] : '';
- $hexAddress = isset($v['trc_hexaddress']) ? $v['trc_hexaddress'] : '';
- $addressPrivate = isset($v['trc_wif']) ? $v['trc_wif'] : '';
- $triggerAddress = new \Tron\Address($address, $addressPrivate, $hexAddress);
- // 可归集的USDT余额
- $triggerUsdt = $trcWallet->balance($triggerAddress);
- // USDT 余额低于归集金额,则不归集
- if ($triggerUsdt < $triggerMin) {
- $failedCount++;
- $error = ['data' => $v, 'usdt' => $triggerUsdt, 'triggerMin' => $triggerMin, 'error' => '用户余额不足归集', 'date' => date('Y-m-d H:i:s')];
- RedisService::set($cacheKey . "U_{$userId}:error", $error, 7200);
- continue;
- }
- // 获取子钱包TRX余额
- $triggerTrx = $trxWallet->balance($triggerAddress);
- // 获取平台出账钱包TRX余额
- $otcOutTrxTotal = $trxWallet->balance($otcOutAddressData);
- // 如果子钱包和平台钱包TRX余额不足手续费,则不归集
- if ($triggerTrx < $triggerFree && $otcOutTrxTotal < $triggerFree) {
- $failedCount++;
- $error = ['data' => $v, 'usdt' => $triggerUsdt, 'triggerMin' => $triggerMin, 'triggerTrx' => $triggerTrx, 'otcTrx' => $otcOutTrxTotal, 'error' => '平台钱包手续费不足', 'date' => date('Y-m-d H:i:s')];
- RedisService::set($cacheKey . "U_{$userId}:error", $error, 7200);
- continue;
- }
- // 如果子钱包TRX不足手续费8个,平台TRX充足则自动充值后下次调用时归集
- if ($triggerTrx < $triggerFree) {
- $failedCount++;
- $result = $this->trxTransfer($address, $triggerFree);
- $error = ['data' => $v, 'usdt' => $triggerUsdt, 'triggerMin' => $triggerMin, 'triggerTrx' => $triggerTrx, 'transfer' => $result, 'error' => '归集钱包手续费不足,先充值', 'date' => date('Y-m-d H:i:s')];
- RedisService::set($cacheKey . "U_{$userId}:catch", $error, 7200);
- continue;
- }
- // 满足归集条件处理
- $result = $trcWallet->transfer($triggerAddress, $otcAddressData, $triggerUsdt);
- RedisService::set($cacheKey . "U_{$userId}:result", ['data' => $v, 'result' => $result, 'msg' => '归集已提交', 'date' => date('Y-m-d H:i:s')], 7200);
- $count++;
- } catch (\Exception $exception) {
- $failedCount++;
- RedisService::set($cacheKey . "U_{$userId}:exception", ['data' => $v, 'msg' => $exception->getMessage(), 'date' => date('Y-m-d H:i:s')], 7200);
- }
- }
- // 超出分页数,下次处理下一页
- if (count($addrList) >= 200) {
- RedisService::set("caches:wallet:transferPage", $page + 1, 600);
- }
- if ($count > 0) {
- return ['success' => $count, 'fail' => $failedCount];
- } else {
- $this->error = 1021;
- return false;
- }
- } catch (\Exception $exception) {
- $this->error = $exception->getMessage();
- return false;
- }
- }
- }
|