Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xm-sportstest
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiamai-test
xm-sportstest
Commits
d06c7d95
Commit
d06c7d95
authored
Jun 17, 2024
by
yangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新订单工具类的模块名称
parent
5fdf335c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/main/java/com/xiaomai/cases/polar/finance/order/OrderTools.java
+2
-2
No files found.
src/main/java/com/xiaomai/cases/polar/finance/order/OrderTools.java
View file @
d06c7d95
...
...
@@ -233,7 +233,7 @@ public class OrderTools extends XMBaseTest {
**/
public
JSONObject
fetchPageOfMemberCard
(
String
brandId
,
String
studioId
,
String
operatorId
,
DataUserInfo
...
dataUserInfos
){
dataApi
.
setApiModule
(
ApiModule
.
p
olar_Card
)
dataApi
.
setApiModule
(
ApiModule
.
P
olar_Card
)
.
setApiName
(
"API_fetchPageOfMemberCard"
)
.
setTerminal
(
Terminal
.
B
);
super
.
beforeDataRequest
(
dataUserInfos
);
...
...
@@ -262,7 +262,7 @@ public class OrderTools extends XMBaseTest {
**/
public
JSONObject
fetchDetailById
(
String
id
,
String
brandId
,
String
studioId
,
String
operatorId
,
DataUserInfo
...
dataUserInfos
){
dataApi
.
setApiModule
(
ApiModule
.
p
olar_Card
)
dataApi
.
setApiModule
(
ApiModule
.
P
olar_Card
)
.
setApiName
(
"API_fetchDetailById"
)
.
setTerminal
(
Terminal
.
B
);
super
.
beforeDataRequest
(
dataUserInfos
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment