Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 730 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 730 Bytes

使用方式:

  1. 下载代码后,拷贝 config.example.phpconfig.php, 修改 config.php 配置 postman 导出文件的json路径
<?php

return [
    'postman_json' => '/xxxx/ums.postman_collection.json',
];

  1. 通过 php -S 127.0.0.1:8001 启动 php 服务器
  1. postman 填写规则

接口要分组, 生成文档时按组生成

xx

xx