6.16
This commit is contained in:
+8
-2
@@ -178,8 +178,14 @@ const api = {
|
||||
},
|
||||
givePoint(data){
|
||||
return request('/reward',data,'post',true);
|
||||
}
|
||||
|
||||
},
|
||||
h5Login(data){
|
||||
return request('/login/hcp',data,'post');
|
||||
},
|
||||
readRecord(data){
|
||||
return request('/user/case/read',data,'post',false,'application/json');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user