财智Aisino微信小程序音频课程下载 nodejs脚本
This commit is contained in:
140
财智Aisino微信小程序音频课程下载/财智Aisino微信小程序 接口爬取.postman_collection.json
Normal file
140
财智Aisino微信小程序音频课程下载/财智Aisino微信小程序 接口爬取.postman_collection.json
Normal file
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user