Bond

Bond API

Bond data lists, cookie helper, and proxy endpoint.

Auth

No guard declared.

Some endpoints proxy requests to jisilu.cn.

GET /bond/downList

Fetch bond down list.

Response

[{ "bondNo": "123", "bondName": "Bond", "downStatus": "optional", "downTip": "optional", "notDownEndDate": "optional", "downCount": 0, "downRate": "optional", "downStockPrice": "optional" }]
GET /bond/forceList

Fetch bond force list.

Response

[{ "bondNo": "123", "bondName": "Bond", "forceStatus": "optional", "forceTip": "optional", "notForceEndTime": "optional", "forceRate": "optional", "forceCount": 0, "forceStockPrice": "optional" }]
GET /bond/resoldList

Fetch bond resold list.

Response

[{ "bondNo": "123", "bondName": "Bond", "resoldStatus": "optional", "resoldTip": "optional", "resoldStartTime": "optional", "resoldRate": "optional", "resoldStockPrice": "optional" }]
POST /bond/setCookies

Set cookies from a document.cookie string.

Body

{ "cookies": "name=value; name2=value2" }

Response

{ "message": "Cookies set successfully", "count": 2, "totalPairs": 2 }
ALL /bond/data/*path

Proxy requests to jisilu.cn data endpoints.

Wildcard path is forwarded. Supports login and data requests.