更新接口说明
This commit is contained in:
parent
27bafb5d6d
commit
c760f26478
|
@ -20,6 +20,11 @@ $secretKey = 'gFBfirGATxafTeq74RAngaL74Ksdxhuy';
|
||||||
$w = new Order($secretKey);
|
$w = new Order($secretKey);
|
||||||
|
|
||||||
// 获取工单数据
|
// 获取工单数据
|
||||||
|
|
||||||
$response = $w->getProductOrder('SN5436745676543');
|
$response = $w->getProductOrder('SN5436745676543');
|
||||||
|
|
||||||
|
// 创建加工工单
|
||||||
|
$response = $w->createProductOrder([
|
||||||
|
'cube_plan' => 32.23,
|
||||||
|
'owner' => 'ykxiao'
|
||||||
|
]);
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue