|
@@ -789,67 +789,67 @@ export default {
|
789
|
789
|
list: {
|
790
|
790
|
url: `${prefix}/taShareActivity/list`,
|
791
|
791
|
method: 'get',
|
792
|
|
- action: 'admin.taShareActivity.get',
|
|
792
|
+ action: 'admin.taShareActivity.list.get',
|
793
|
793
|
},
|
794
|
794
|
add: {
|
795
|
795
|
url: `${prefix}/taShareActivity`,
|
796
|
796
|
method: 'post',
|
797
|
|
- action: 'admin.taRole.get',
|
|
797
|
+ action: 'admin.taShareActivity.post',
|
798
|
798
|
},
|
799
|
799
|
details: {
|
800
|
800
|
url: `${prefix}/taShareActivity/:id`,
|
801
|
801
|
method: 'get',
|
802
|
|
- action: 'admin.taRole.get',
|
|
802
|
+ action: 'admin.taShareActivity.id.get',
|
803
|
803
|
},
|
804
|
804
|
avgScore: {
|
805
|
805
|
url: `${prefix}/taShareActivity/avgScore`,
|
806
|
806
|
method: 'get',
|
807
|
|
- action: 'admin.taRole.get',
|
|
807
|
+ action: 'admin.taShareActivity.avgScore.get',
|
808
|
808
|
},
|
809
|
809
|
update: {
|
810
|
810
|
url: `${prefix}/taShareActivity/update`,
|
811
|
811
|
method: 'put',
|
812
|
|
- action: 'admin.taRole.get',
|
|
812
|
+ action: 'admin.taShareActivity.update.put',
|
813
|
813
|
},
|
814
|
814
|
finish: {
|
815
|
815
|
url: `${prefix}/taShareActivity/finish/:id`,
|
816
|
816
|
method: 'put',
|
817
|
|
- action: 'admin.taShareActivity.finish',
|
|
817
|
+ action: 'admin.taShareActivity.finish.put',
|
818
|
818
|
},
|
819
|
819
|
top: {
|
820
|
820
|
url: `${prefix}/taShareActivity/weight`,
|
821
|
821
|
method: 'put',
|
822
|
|
- action: 'admin.taShareActivity.weight',
|
|
822
|
+ action: 'admin.taShareActivity.weight.put',
|
823
|
823
|
},
|
824
|
824
|
shareSuccList: {
|
825
|
825
|
url: `${prefix}/taShareSuccessRecord`,
|
826
|
826
|
method: 'get',
|
827
|
|
- action: 'admin.taRole.get',
|
|
827
|
+ action: 'admin.taShareSuccessRecord.get',
|
828
|
828
|
},
|
829
|
829
|
shareFailList : {
|
830
|
830
|
url: `${prefix}/taShareFailAndProcessingRecord`,
|
831
|
831
|
method: 'get',
|
832
|
|
- action: 'admin.taRole.get',
|
|
832
|
+ action: 'admin.taShareFailAndProcessingRecord.get',
|
833
|
833
|
},
|
834
|
834
|
shareChildList : {
|
835
|
835
|
url: `${prefix}/taShareChildRecord`,
|
836
|
836
|
method: 'get',
|
837
|
|
- action: 'admin.taRole.get',
|
|
837
|
+ action: 'admin.taShareChildRecord.get',
|
838
|
838
|
},
|
839
|
839
|
exportShareChildRecord: {
|
840
|
840
|
url: `${prefix}/taShareChildRecord/export`,
|
841
|
841
|
method: 'get',
|
842
|
|
- action: 'admin.taRole.get',
|
|
842
|
+ action: 'admin.taShareChildRecord.export.get',
|
843
|
843
|
},
|
844
|
844
|
exportShareRecord: {
|
845
|
845
|
url: `${prefix}/taShareRecord/export`,
|
846
|
846
|
method: 'get',
|
847
|
|
- action: 'admin.taRole.get',
|
|
847
|
+ action: 'admin.taShareRecord.export.get',
|
848
|
848
|
},
|
849
|
849
|
verification: {
|
850
|
850
|
url: `${prefix}/taShareRecord/verificate`,
|
851
|
851
|
method: 'put',
|
852
|
|
- action: 'admin.taRole.get',
|
|
852
|
+ action: 'admin.taShareRecord.verificate.put',
|
853
|
853
|
}
|
854
|
854
|
},
|
855
|
855
|
third: {
|