Commit 5efd6aa0 authored by xishifeng's avatar xishifeng

业绩接口参数修改

parent 798646b6
......@@ -79,6 +79,7 @@ require(['vue', 'html2canvas', 'css!style/report_achieve.css', 'jquery0325', 'co
type: 'POST',
url: ServerHostTempC + '/broker/dayStatement',
data: {
'AuthToken': _this.token,
'agent_id': _this.userId,
'time_start': _this.dateNow,
'time_end': _this.dateNow
......
......@@ -77,6 +77,7 @@ require(['vue', 'html2canvas', 'css!style/report_achieve.css', 'jquery0325', 'co
type: 'POST',
url: ServerHostTempC + '/broker/dayStatement',
data: {
'AuthToken': _this.token,
'agent_id': _this.userId,
'time_start': _this.dateNow,
'time_end': _this.dateNow
......
......@@ -72,6 +72,7 @@ require(['vue', 'html2canvas', 'css!style/report_achieve.css', 'jquery0325', 'co
type: 'POST',
url: ServerHostTempC + '/broker/dayStatement',
data: {
'AuthToken': _this.token,
'agent_id': _this.userId,
'time_start': _this.dateNow,
'time_end': _this.dateNow
......
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