《统一收单线下交易查询 / 公共请求参数》文档:https://docs.open.alipay.com/api_1/alipay.trade.pay/
```
/**
* 交易查询 - 测试
* url: http://tp5_alipay2017/index/alipay/queryTest
*/
public function queryTest()
{
alipayQuery('2017091810199555','2017091821001004920267861832');
}
```
## 交易查询返回
浏览器输入以下网址 `http://tp5_alipay2017/index/alipay/queryTest` 就可以看到支付查询界面了!
如图:
![mark](http://qiniu.newthink.cc/blog/20170918-155625021.png)
## 在支付宝商户中心查看界面如下
![mark](http://qiniu.newthink.cc/blog/20170918-160210083.png)
详情
![mark](http://qiniu.newthink.cc/blog/20170918-160223001.png)