1. Shop
Bajie Charging
  • Open API
    • 1.Get Device Info
      GET
    • 2.Create Rent Order
      POST
    • 3.Query Rent Order Status
      POST
    • 4.Mark order status as completed
      POST
    • 5.Get Order Detail
      GET
    • 6.Get Deivice List
      POST
  • Advance API
    • Cabinet
      • Device Operation
      • eject the battery for the specified device slot by repair
      • Rent and eject the battery for the specified device slot
      • Query All Device List
      • Query details based on Device Id
      • get device list by shop id
      • get all device list by page
      • Query battery list based on Device Id
      • Query slot list based on Device Id
      • binding device to shop
      • Update cabinet advertising information
    • Shop
      • get all shop list
        GET
      • get shop detail
        GET
      • create new shop
        POST
      • update shop
        PUT
      • Delete shop
        DELETE
    • PriceStrategy
      • 1.Get Price Strategy Page
      • 2.Get Price Strategy Detail
      • 3.Create Or Update Price Strategy
      • 4.Delete Price Strategy
      • 5.Shop Bind Price Strategy
      • 6.Shop Unbind Price Strategy
    • Order
      • Order list
  • Cabinet Event Push
    • Cabinet Event Push Config
      POST
    • GET Cabinet Event Push Config
      GET
    • Cabinet Event Push
      POST
  1. Shop

get all shop list

Production
https://developer.chargenow.top/cdb-open-api/v1
Production
https://developer.chargenow.top/cdb-open-api/v1
GET
https://developer.chargenow.top/cdb-open-api/v1
/shop/getShopList
get all shop list

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://developer.chargenow.top/cdb-open-api/v1/shop/getShopList' \
--header 'Authorization: Basic <encoded-value>'

Responses

🟢200OK
application/json
Body

Example
{"msg":"",
"code":"",
"data":[{
  "id": 0,
  "ids": 0,
  "newID": "string",
  "pPtid": "string",
  "pSfid": "string",
  "pCsid": "string",
  "pQyid": "string",
  "pYwid": "string",
  "pDpid": "string",
  "shopName": "string",
  "shopAddress": "string",
  "shopAddress1": "string",
  "mobile": "string",
  "distance": "string",
  "batteryNum": "string",
  "freeNum": "string",
  "cabinetNum": 0,
  "longitude": "string",
  "latitude": "string",
  "shopBanner": "string",
  "shopIcon": "string",
  "shopTime": "string",
  "shopWorkTime": [
    {
      "openTime": "string",
      "closeTime": "string",
      "dayOfWeek": 0
    }
  ],
  "shopUrl": "string",
  "distanceNumber": 0.0,
  "sceneType": "string",
  "sceneTypeDesc": "string",
  "pStoreType": "string",
  "pStoreCategory": "string",
  "infoStatus": "string",
  "pPriceid": 0,
  "posPriceId": 0,
  "pMian": "string",
  "pJifei": "string",
  "pJifeiDanwei": "string",
  "priceUnit": 0,
  "pFengding": "string",
  "pYajin": "string",
  "overtimeAmount": "string",
  "overtimeDay": 0,
  "pCurrency": "string",
  "currencyName": "string",
  "canReturnNum": "string",
  "chargingBatteryNum": "string",
  "shopType": [
    0
  ],
  "cabinetIds": "string",
  "businessType": "string",
  "businessTypeDesc": "string",
  "businessScene": "string",
  "businessSceneDesc": "string",
  "businessCategory": "string",
  "businessCategoryDesc": "string",
  "businessStatus": 0,
  "extendedJson": "string"
}]}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2025-11-07 07:30:36
Previous
Update cabinet advertising information
Next
get shop detail
Built with