Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
22b08f52
Commit
22b08f52
authored
Aug 06, 2024
by
蔡亮华(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
误删除两个接口,已添加
parent
6aa9def9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
order.js
src/api/order.js
+19
-0
yarn.lock
yarn.lock
+1
-1
No files found.
src/api/order.js
View file @
22b08f52
...
...
@@ -62,6 +62,25 @@ export function repaymentApi(data) {
});
}
// 查询各类订单状态
export
function
sgyOrderGetStatus
(
data
)
{
return
request
({
url
:
'/sgyrdd/sgyOrder/getStatus'
,
method
:
'GET'
,
data
,
});
}
// 申请退款applyForARefund
export
function
applyForARefundApi
(
data
)
{
return
request
({
url
:
'/sgyrdd/sgyOrder/afterSales/apply'
,
method
:
'POST'
,
data
,
});
}
export
function
afterSale
(
data
)
{
return
request
({
url
:
'/sgyrdd/sgyOrder/afterSales/getInfo'
,
...
...
yarn.lock
View file @
22b08f52
...
...
@@ -6013,7 +6013,7 @@ vary@~1.1.2:
vconsole@^3.15.1:
version "3.15.1"
resolved "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz"
resolved "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz
#569a8ab15f353259527bbcf004f02946b4482cff
"
integrity sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==
dependencies:
"@babel/runtime" "^7.17.2"
...
...
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