Commit 18452de7 authored by zw's avatar zw

成交报告收款记录

parent e64a2d4f
......@@ -661,14 +661,15 @@ class Performance extends Basic
/**
* 收款信息
* @return \think\Response
* http://showdoc.tonglianjituan.com/index.php?s=/1&page_id=815
*/
public function collectionListByBargainId()
{
header('Access-Control-Allow-Origin:*');
$params = $this->params;
/* $params = array(
"bargain_id" => 1,
"agent_id" => 80,
/*$params = array(
"bargain_id" => 121,
"agent_id" => 5775,
);*/
$checkResult = $this->validate($params, "PerformanceValidate.verifyCollectionList");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment