update curl_post params
This commit is contained in:
parent
e73a0012ce
commit
235e3fca23
|
@ -110,7 +110,7 @@
|
||||||
'signing_timer' => 0
|
'signing_timer' => 0
|
||||||
]);
|
]);
|
||||||
if(!empty($contract['contract_logistic_id'])){
|
if(!empty($contract['contract_logistic_id'])){
|
||||||
curl_post(env('project.logistic_domain').'/api/contractUpdate',[],[
|
curl_post(env('project.logistic_domain').'/api/contractUpdate',[
|
||||||
'id' => $contract['contract_logistic_id'],
|
'id' => $contract['contract_logistic_id'],
|
||||||
'contract_no' => $signRes->data,
|
'contract_no' => $signRes->data,
|
||||||
'status' => 2,
|
'status' => 2,
|
||||||
|
|
Loading…
Reference in New Issue