|
@@ -650,7 +650,7 @@ class WechatService
|
|
|
$order = array_merge(compact('appid','mch_id','contract_id','version'), $options);
|
|
$order = array_merge(compact('appid','mch_id','contract_id','version'), $options);
|
|
|
// if ($order['detail'] == '') unset($order['detail']);
|
|
// if ($order['detail'] == '') unset($order['detail']);
|
|
|
// $order['notify_url']=Request::instance()->domain() . "/api/wechat/notify/" . $cid;
|
|
// $order['notify_url']=Request::instance()->domain() . "/api/wechat/notify/" . $cid;
|
|
|
- $result = self::payment(false, $cid)->order->querycontract(
|
|
|
|
|
|
|
+ $result = self::payment(false, $cid)->contract->querycontract(
|
|
|
$order
|
|
$order
|
|
|
);
|
|
);
|
|
|
// @file_put_contents("quanju.txt", json_encode($result) . "-查询签约状态返回结果\r\n", 8);
|
|
// @file_put_contents("quanju.txt", json_encode($result) . "-查询签约状态返回结果\r\n", 8);
|