From 69fcd2aa63f22708467c62abaaeeb103e343f072 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Tue, 25 Jan 2022 16:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt_ccsens/财务条.http | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pt_ccsens/财务条.http b/pt_ccsens/财务条.http index bb135da..ea37ab5 100644 --- a/pt_ccsens/财务条.http +++ b/pt_ccsens/财务条.http @@ -9,7 +9,7 @@ ### 登录 # song 1218763410024566784 # @name login -POST {{localhost_tall}}/users/signin +POST {{test_tall}}/users/signin {{type}} { @@ -107,3 +107,20 @@ Authorization: Bearer {{login.response.body.$.data.token}} "taskDetailId":"3" } } + + +###查看当前用户的费用申请历史信息(奖金) +POST {{test}}/finance/personalHistory +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param":{ + "projectId":"2", + "taskDetailId":"3", + "taskName":"测试", + "type":0, + "pageNum":1, + "pageSize":10 + } +}