1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
tools/财智Aisino微信小程序音频课程下载/财智Aisino微信小程序 接口爬取.postman_collection.json

140 lines
2.8 KiB
JSON
Raw Normal View History

{
"info": {
"_postman_id": "aca35348-a1a2-471c-8893-1264e3b641a1",
"name": "财智Aisino微信小程序 接口爬取",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "24657033"
},
"item": [
{
"name": "已购课程",
"request": {
"method": "GET",
"header": [
{
"key": "token",
"value": "bearer [替换为你自己的token]",
"type": "text"
}
],
"url": {
"raw": "https://wx.hxdkfp.com/czw-api/api-hypt-order/hypt/order/getPurchasedCourse/1/2?phoneNumber=[替换为你自己的phoneNumber]&userId=[替换为你自己的userId]",
"protocol": "https",
"host": [
"wx",
"hxdkfp",
"com"
],
"path": [
"czw-api",
"api-hypt-order",
"hypt",
"order",
"getPurchasedCourse",
"1",
"2"
],
"query": [
{
"key": "phoneNumber",
"value": "[替换为你自己的phoneNumber]"
},
{
"key": "userId",
"value": "[替换为你自己的userId]"
}
]
}
},
"response": []
},
{
"name": "课程列表",
"request": {
"method": "POST",
"header": [
{
"key": "token",
"value": "bearer [替换为你自己的token]",
"type": "text"
}
],
"url": {
"raw": "https://wx.hxdkfp.com/czw-api/api-hypt-product/hypt/product/getProductInfo?id=1594&serviceType=3&userId=[替换为你自己的userId]",
"protocol": "https",
"host": [
"wx",
"hxdkfp",
"com"
],
"path": [
"czw-api",
"api-hypt-product",
"hypt",
"product",
"getProductInfo"
],
"query": [
{
"key": "id",
"value": "1594"
},
{
"key": "serviceType",
"value": "3"
},
{
"key": "userId",
"value": "[替换为你自己的userId]"
}
]
}
},
"response": []
},
{
"name": "课程详情",
"request": {
"method": "POST",
"header": [
{
"key": "token",
"value": "bearer [替换为你自己的token]",
"type": "text"
}
],
"url": {
"raw": "https://wx.hxdkfp.com/czw-api/api-hypt-product/hypt/product/getProductInfo?id=3380&serviceType=1&userId=[替换为你自己的userId]",
"protocol": "https",
"host": [
"wx",
"hxdkfp",
"com"
],
"path": [
"czw-api",
"api-hypt-product",
"hypt",
"product",
"getProductInfo"
],
"query": [
{
"key": "id",
"value": "3380"
},
{
"key": "serviceType",
"value": "1"
},
{
"key": "userId",
"value": "[替换为你自己的userId]"
}
]
}
},
"response": []
}
]
}