@extends('layouts.baseframe') @section('title', 'API接口列表') @section('content')
@include('layouts._table_header',['data' => \App\Models\Api::$list_field]) | 接口余额 | 修改时间 | 创建时间 | 操作 |
---|---|---|---|---|
@include('layouts._table_body',['data' => \App\Models\Api::$list_field,'item' => $item]) | @if((\App\Models\Api::isCommonWallet() && !in_array($item->api_name,[\App\Models\Api::COMMON_WALLET_API,\App\Models\Api::LY_LOTTERY])) || $item->api_name == \App\Models\Api::JZ_LOTTERY ) {{ $item->api_money }} @else {{ $item->api_money }} @endif | {{ $item->updated_at }} | {{ $item->created_at }} |
总共 {{ count($data) }} 条