Skip to content

Commit

Permalink
添加文件
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerwzy committed Sep 19, 2017
1 parent 4741bad commit 53cfe82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ package-lock.json
output.json
.DS_Store
models/
tasks/
output_*
4 changes: 2 additions & 2 deletions scripts/16.支付相关.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ verbose=false
modulename='taskHealthEducation'
models=(
#获取支付参数(签约)
'modelDemo1,modelDemo2'
'modelAgrmtAppayPayParam,modelUnifiedPayDTO'
#获取支付参数(订单)
'modelDemo3,modelDemo4'
'modelSrvsPkgsOrderPayParam,modelUnifiedPayDTO'
)

for model in ${models[@]}; do
Expand Down

0 comments on commit 53cfe82

Please sign in to comment.