Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
5 years ago
Commit
3f8fabda8c3d428857e3205f55ba5bba3bf61057
1 parent
1dc26fde
fix order api name
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
config/order-list-api-map.js
config/order-list-api-map.js
View file @
3f8fabd
...
...
@@ -19,8 +19,8 @@ module.exports = {
auth
:
true
,
api
:
'ufo.order.detail'
,
params
:
{
tabType
:
{
type
:
Number
,
require
:
true
},
// 订单来源
order_code
:
{
type
:
Number
,
require
:
true
},
// 订单编号
tabType
:
{
type
:
String
,
require
:
true
},
// 订单来源
orderCode
:
{
type
:
Number
,
require
:
true
},
// 订单编号
},
},
...
...
Please
register
or
login
to post a comment