12345678910111213141516171819 |
- <?php
- // +----------------------------------------------------------------------
- // | CatchAdmin [Just Like ~ ]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2017~{$year} http://catchadmin.com All rights reserved.
- // +----------------------------------------------------------------------
- // | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
- // +----------------------------------------------------------------------
- // | Author: JaguarJack [ njphper@gmail.com ]
- // +----------------------------------------------------------------------
- // you should use `$router`
- //注册
- $router->post('wxregister', '\catchAdmin\xw1\controller\Index@register');
- //发送短信
- $router->post('sendsmscode', '\catchAdmin\xw1\controller\Index@sendSmsCode');
- //修改密码
- $router->post('resetpassword', '\catchAdmin\xw1\controller\Index@resetPassword');
|