Commit 7e704ee7 authored by 姜登's avatar 姜登

gjj

parent 58abf255
Pipeline #6692 passed with stage
in 2 seconds
......@@ -34,9 +34,9 @@ module.exports = app => {
gjjRouter.post('/getToken', controller.token.partnerCreate);// 合作方创建token
gjjRouter.post('/getorderSn', controller.order.fetchOrderId);// 合作方获取订单号
gjjRouter.post('/getOrderSn', controller.order.fetchOrderId);// 合作方获取订单号
gjjRouter.post('/getData', controller.order.partnerShow);// 合作方获取订单数据
gjjRouter.post('/getGjjData', controller.order.partnerShow);// 合作方获取订单数据
gjjRouter.post('/getCityConfig', controller.task.fetchCityConfig);// 获取城市配置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment