-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
238 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
#!/bin/bash | ||
author='walker' | ||
projectname='FamilyDoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/walker/Desktop/index.html' | ||
offset=1 | ||
debug=true | ||
verbose=false | ||
modulename='taskCommon' | ||
httpclient='PMLRESTBaseDoctor' | ||
models=( | ||
#地区列表 | ||
modelAreaListItem | ||
#获取图片验证码 | ||
#医生其他端获取手机验证码 | ||
#医生APP获取手机验证码 | ||
#医院搜索 | ||
modelHospitalSearchResult,modelHospitalSearchResultItem | ||
#医院详情 | ||
modelHospitalDetail | ||
#科室搜索 | ||
modelHospitalDeptSearchResult,modelDeptSearchResultItem | ||
#科室详情 | ||
modelHospitalDeptDetail | ||
#医生搜索 | ||
modelDoctorSearchResult,modelDoctorSearchResultItem | ||
#医生(专家)详情 | ||
modelDoctorDetail,modelDoctorDeptListItem | ||
#疾病搜索 | ||
modelDieaseSearchResult,modelDieaseSearchResultItem | ||
#套餐列表 | ||
modelServicePkgListPlainItem | ||
#药品搜索 | ||
modelMedicineSearchResultItem | ||
#kanoServer | ||
|
||
|
||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} \ | ||
-B ${httpclient} \ | ||
-o ${offset} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
#!/bin/bash | ||
author='walker' | ||
projectname='FamilyDoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/walker/Desktop/index.html' | ||
offset=1 | ||
debug=true | ||
verbose=false | ||
modulename='taskDoctorGroup' | ||
httpclient='PMLRESTBaseDoctor' | ||
models=( | ||
#团队列表 | ||
modelDoctorGroupListItem,modelExpertRoleDOListItem | ||
#团队详情 | ||
modelDoctorGroupInfo,modelExpertRoleDOListItem | ||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} \ | ||
-B ${httpclient} \ | ||
-o ${offset} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/bash | ||
author='walker' | ||
projectname='FamilyDoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/walker/Desktop/index.html' | ||
offset=1 | ||
debug=true | ||
verbose=false | ||
modulename='taskBanner' | ||
httpclient='PMLRESTBaseDoctor' | ||
models=( | ||
#banner列表 | ||
modelBannerListItem | ||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} \ | ||
-B ${httpclient} \ | ||
-o ${offset} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
#!/bin/bash | ||
author='walker' | ||
projectname='FamilyDoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/walker/Desktop/index.html' | ||
offset=0 | ||
debug=true | ||
verbose=false | ||
modulename='taskStatistics' | ||
httpclient='PMLRESTBaseDoctor' | ||
models=( | ||
#签约统计 | ||
modelStatisticAgreementByYear | ||
#签约统计(月) | ||
modelStatisticAgreementByMonth,modelStatisticExpertCountMonthDO,modelStatisticFocusNumMonthDO | ||
#服务统计 | ||
modelStatisticServiceByYear,modelStatisticServiceTopItem | ||
#服务统计(月) | ||
modelStatisticServiceMonthDO | ||
#服务统计明细列表 | ||
modelStatisticServiceList,modelStatisticServiceListItem | ||
#签约统计明细列表 | ||
modelStatisticAgreementList,modelStatisticAgreementListItem | ||
#导出服务统计明细列表 | ||
#导出签约统计明细列表 | ||
#重点人群统计 | ||
modelStatisticKeyCrowdDetail,modelStatisticKeyCrowdListItem | ||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} \ | ||
-B ${httpclient} \ | ||
-o ${offset} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters