This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
game-api
/
mex_api
Fork de
laoma/admin_api
Seguir
2
Destacar
0
Fork
0
Ficheiros
Árbore:
ec9a6b9ba9
Ramas
Etiquetas
master
mex_api
/
app
/
Http
/
helper
/
NumConfig.php
NumConfig.php
107 B
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
}