Blame view

app-api/config/url-rules.php 243 Bytes
cfe42223   曹明   提交初始代码
1
2
3
4
5
<?php

return [
    'POST oauth2/<action:\w+>' => 'oauth2/rest/<action>',

abb310b5   xu   删除冗余的代码
6
    'GET authDevice' => 'auth-device/index',
654a1b86   xu   app-ht
7
    'GET test' => 'test/test',
abb310b5   xu   删除冗余的代码
8
9

    'GET errorPage' => 'site/error-page-info',
34327c62   xu   1. F 完成所有接口的逻辑
10
11
    'GET minaQuery' => 'site/mina-query',
];
abb310b5   xu   删除冗余的代码

654a1b86   xu   app-ht

94d44367   xu   app-api

cfe42223   曹明   提交初始代码

457eed6f   xu   app-api

cfe42223   曹明   提交初始代码