Commit be1d96d2 authored by liu lu's avatar liu lu

请款审核状态同步

parent bef2a900
...@@ -6,6 +6,20 @@ namespace Meibuyu\Rpc\Service\Interfaces\PurchaseNew; ...@@ -6,6 +6,20 @@ namespace Meibuyu\Rpc\Service\Interfaces\PurchaseNew;
interface PurchaseInfoServiceInterface interface PurchaseInfoServiceInterface
{ {
/**
* 同步请款状态
* 审核通过
* {
"purchase_id":"采购单id",
* "reject_reason":"驳回缘由", 审核驳回需要填充
* "flag":true|false //true审核通过 false审核驳回
* }
* @return mixed
*/
public function syncApplyMoneyStatus($post);
/** /**
* 扫描物流号或批次号查询 * 扫描物流号或批次号查询
* @param $scanNo * @param $scanNo
......
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