获取工单信息
This commit is contained in:
parent
8e972bb2dd
commit
e20f6b950e
|
@ -138,12 +138,12 @@ class Order
|
|||
* @return mixed|string
|
||||
* @throws GuzzleException
|
||||
*/
|
||||
public function getProductOrder($order_sn)
|
||||
public function getProductOrder($orderId)
|
||||
{
|
||||
$data = [
|
||||
'order_sn' => $order_sn
|
||||
'id' => $orderId
|
||||
];
|
||||
return $this->sendRequest('production.status', $data);
|
||||
return $this->sendRequest('production.info', $data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue