This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
game-api
/
mex_api
forked de
laoma/admin_api
Seguir
2
Destacar
0
Fork
0
Archivos
Rama:
master
Ramas
Etiquetas
master
mex_api
/
app
/
Http
/
helper
/
NumConfig.php
NumConfig.php
107 B
Permalink
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
<?php
namespace App\Http\helper;
class NumConfig
{
const NUM_VALUE = 100; // 扣除比例 1:100
}