Sfoglia il codice sorgente

添加 action-types

Michael Wang 6 anni fa
parent
commit
74e78e4923
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      http-test/examee.http
  2. 0 0
      src/store/action-types.js

+ 2 - 2
http-test/examee.http

@@ -12,10 +12,10 @@ Content-Type: application/json;charset=UTF-8
 
 @partionId = 1
 @uid = 1
-@token = d45f73b961264ba6bc192ce56e4d3504
+@token = 679eefe4031c463495ef043c619a84d8
 
 ###
-POST http://192.168.10.39:8030/api/skynet/exam/student/list/
+POST http://192.168.10.39:8030/api/skynet/exam/student/list/1/10
 Content-Type: application/json;charset=UTF-8
 access_type: partition_user
 partition_id: {{partionId}}

+ 0 - 0
src/store/action-types.js