Skip to content

Commit

Permalink
fix: missing request validate
Browse files Browse the repository at this point in the history
  • Loading branch information
ipfans committed Apr 24, 2022
1 parent 235d0f1 commit 9043e3d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion testdata/reverseorder/get_reverse_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@
"url": "https://open-api.tiktokglobalshop.com/api/reverse/reverse_order/list",
"headers": {},
"query": "access_token=abc1c123-3128-aa17-125e-2d2d51ab814fa&app_key=12abcd&shop_id=123456&sign=711619b0c6073ea3e00c4b3c47b8f65159b0e2cfb4bb1281feaf0edd43f75c25&timestamp=1600000000",
"body": {}
"body": {
"update_time_from": 1514801390,
"update_time_to": 1641815508,
"reverse_type": 4,
"sort_by": 0,
"sort_type": 0,
"offset": 0,
"size": 1
}
},
"response": {
"status": 200,
Expand Down

0 comments on commit 9043e3d

Please sign in to comment.