Skip to content

Commit

Permalink
Feat: add js
Browse files Browse the repository at this point in the history
  • Loading branch information
tychxn committed Feb 5, 2020
1 parent a0e8746 commit bf3de06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/get_parameters.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// 以下代码在订单结算页面的开发者工具Console中执行,用于获取必要的参数
var eid = $('#eid').val();
var fp = $('#fp').val();
var trackId = getTakId();
var riskControl = $('#riskControl').val();
console.log(`eid = ${eid}\nfp = ${fp}\ntrack_id = ${trackId}\nrisk_control = ${riskControl}`);

0 comments on commit bf3de06

Please sign in to comment.