Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-rpc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
without authentication
meibuyu-rpc
Commits
6b62b1af
Commit
6b62b1af
authored
Oct 24, 2022
by
Liu lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发货产品处理rpc
parent
11477e3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
25 deletions
+13
-25
PurchaseStockServiceInterface.php
.../Interfaces/PurchaseNew/PurchaseStockServiceInterface.php
+13
-25
No files found.
src/Service/Interfaces/PurchaseNew/PurchaseStockServiceInterface.php
View file @
6b62b1af
...
@@ -48,22 +48,6 @@ interface PurchaseStockServiceInterface
...
@@ -48,22 +48,6 @@ interface PurchaseStockServiceInterface
public
function
warehousingOperation
(
$post
)
:
array
;
public
function
warehousingOperation
(
$post
)
:
array
;
/**
* 已完成记录rpc 已弃用
*
{
"batch_no": "batch_no",
"purchase_no": "1634197133",
"product": [{
"id": 24,
"completed_num":22 //已完成数量
}]
}
* @param $post
* @return array
*/
public
function
completeOperation
(
$post
)
:
array
;
/**
/**
* 退款记录rpc
* 退款记录rpc
...
@@ -91,18 +75,22 @@ interface PurchaseStockServiceInterface
...
@@ -91,18 +75,22 @@ interface PurchaseStockServiceInterface
/**
/**
*
产品开发退换货
*
发货产品处理
* @param $post
* @param $post
* {
{
"product_dev_no":"新品开发单",
"logistics_no": "物流单号",
"child_sku":"仓库子产品sku",
"source_type":"product-dev",
"type":"Return | Exchange (退货|换货)类型",
"operate_user":"操作人名",
"num":"退换货数量",
"type": "Return(退货)| Exchange (换货) | Receipt(签收)",
"logistics_no":"物流单号"
"detail": [{
}
"source_no": "来源单号",
"child_sku": "仓库子产品sku",
"num": "退换货数量"
}]
}
* @return true | string (error_msg)
* @return true | string (error_msg)
*/
*/
public
function
returnOrExchangeProducts
(
$post
);
public
function
deliveryProductsDeal
(
$post
);
}
}
\ No newline at end of file
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