Skip to content

Commit

Permalink
订单状态查询接口
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemao authored Jun 6, 2020
1 parent f445fc5 commit f2baf35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions query.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,10 @@ public function doQuery()
'app_id' => $this->appId,
'method' => 'alipay.trade.query', //接口名称
'format' => 'JSON',
'return_url' => $this->returnUrl,
'charset'=>$this->charset,
'sign_type'=>'RSA2',
'timestamp'=>date('Y-m-d H:i:s'),
'version'=>'1.0',
'notify_url' => $this->notifyUrl,
'biz_content'=>json_encode($requestConfigs),
);
$commonConfigs["sign"] = $this->generateSign($commonConfigs, $commonConfigs['sign_type']);
Expand Down

0 comments on commit f2baf35

Please sign in to comment.