This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
dever2-package
/
api
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
355b9b94ab
Branches
Tags
master
api
/
table
/
platform_request_header.php
platform_request_header.php
121 B
Historique
Raw
1
2
3
4
<?php
$config = include('platform_request_body.php');
$config['name'] = '请求头通用参数配置';
return $config;