dev #21

Merged
weiz merged 11 commits from dev into master 2023-11-07 16:57:39 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 235e3fca23 - Show all commits

View File

@ -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,