>[danger] 公眾號端
+ 商戶導航
```
/addons/ewei_shopv2/static/js/app/biz/order/
```
+ 生成訂單
```
/addons/ewei_shopv2/core/mobile/order/create.php
```
+ 獲取最近的商戶接口
```
/addons/ewei_shopv2/plugin/merch/core/mobile/list.php
```
+ 確認訂單頁
```
/addons/ewei_shopv2/template/mobile/default/order/create.html
```
>[danger] 小程序端
+ 確定訂單、生成訂單
```
/addons/ewei_shopv2/plugin/app/core/mobile/order/create.php
```
+ 確認訂單頁接口地址
```
https://buyishop.chenzhankj.cn/app/ewei_shopv2_api.php?i=1&r=order.create.ajaxmerchuserTwo&page=1&keyword=&cateid=0&lat=34.79726&lng=114.30731&range=2000&sorttype=0&comefrom=wxapp&openid=sns_wa_om_Q_5fXRZuBsgsuPGWpELstOb64&mid=&merchid=&authkey=×tamp=1591580298909&goodsid=8131
```
+ 訂單中心頁
```
/addons/ewei_shopv2/plugin/app/core/mobile/order/index.php
```