增加加工工单创建接口
This commit is contained in:
@ -114,4 +114,16 @@ class Order
|
||||
];
|
||||
return $this->baseFun($data, 'production.status');
|
||||
}
|
||||
|
||||
/**
|
||||
* 加工工单创建
|
||||
* @return mixed|string
|
||||
* @throws GuzzleException
|
||||
* @throws HttpException
|
||||
* @throws InvalidArgumentException
|
||||
*/
|
||||
public function createProductOrder($data)
|
||||
{
|
||||
return $this->baseFun($data, 'production.create');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user