## 整理变为模块儿
我们接下来就准备将之前做好的支付内容,整理成模块儿,然后再进行调用!
说明:这里的配置应该放到Common模块儿,否则其他模块儿无法调用!
![mark](http://qiniu.newthink.cc/blog/20170916-194520089.png)
如上图所示,我们建立支付模块儿目录,如下:
![mark](http://qiniu.newthink.cc/blog/20170916-174042848.png)
这下感觉是不是很清爽呢!
使用方式和上边是一样的,访问地址:`http://tp3/Pay/Demo/alipay`
那我们变动了什么了呢?其实简单的不能再简单了!
```
1、改变命名空间的地址
2、将 vendor('Alipay.AlipaySubmit','','.class.php'); 更改为 import('@.Vendor.Alipay.AlipaySubmit');
```
关于 `vendor` 和 `import` 的区别,请看官方手册! http://document.thinkphp.cn/manual_3_2.html#autoload
## 模板源码地址-建议使用 git submodule
https://git.oschina.net/hongweizhiyuan/newthink3_alipay