| Base API URL | https://shopclone36.cmstdev.vn/api |
| API Key |
Vui lòng đăng nhập
|
| HTTP Method | GET POST |
| Content-Type | application/x-www-form-urlencoded / text/plain |
| Response | JSON |
https://shopclone36.cmstdev.vn/api/profile.php?api_key=Vui lòng đăng nhập
| Parameters | Description |
|---|---|
api_key |
API Key |
{
"status": "success",
"msg": "Lấy dữ liệu thành công!",
"data": {
"username": "cmstdev2",
"money": "9777000.00"
}
}
https://shopclone36.cmstdev.vn/api/products.php?api_key=Vui lòng đăng nhập
| Parameters | Description |
|---|---|
api_key |
API Key |
{
"status": "success",
"msg": "Lấy dữ liệu thành công!",
"categories": [
{
"id": "1",
"name": "Facebook",
"icon": "http://localhost/upload/categories/category3HP8.png",
"products": [
{
"id": "1",
"name": "C1 - CLONE VIỆT 0-100 BẠN BÈ HÀNG REG NĂM 2020-2021",
"price": "10000.00",
"amount": 1231,
"description": "Live Ads(Ram Dom Nước) Full Định Dạng Bao Tích XMDT Bạn Bè : 50-5000 Ngày Lập : 2008-2022",
"flag": "us",
"min": "1",
"max": "1000000"
}
]
}
]
}
https://shopclone36.cmstdev.vn/api/product.php?api_key=Vui lòng đăng nhập&product=PRODUCT_ID
| Parameters | Description |
|---|---|
api_key |
API Key |
product |
Product ID |
{
"status": "success",
"msg": "Lấy dữ liệu thành công!",
"product": [
{
"id": "1",
"name": "C1 - CLONE VIỆT 0-100 BẠN BÈ HÀNG REG NĂM 2020-2021",
"price": 10000,
"amount": 1231,
"description": "Live Ads(Ram Dom Nước) Full Định Dạng Bao Tích XMDT Bạn Bè : 50-5000 Ngày Lập : 2008-2022",
"flag": "us",
"min": 1,
"max": 1000000
}
]
}
https://shopclone36.cmstdev.vn/api/order.php?api_key=Vui lòng đăng nhập&order=ORDER_ID
| Parameters | Description |
|---|---|
api_key |
API Key |
order |
Order ID |
{
"status": "success",
"msg": "Lấy đơn hàng thành công!",
"trans_id": "CSDED24983D4",
"data": [
"123",
"123",
"123"
]
}
https://shopclone36.cmstdev.vn/api/buy_product (POST)
| Form-data | Description |
|---|---|
api_key |
API Key |
action |
"buyProduct" |
id |
Product ID |
amount |
Quantity of product |
{
"status": "success",
"msg": "Tạo đơn hàng thành công!",
"trans_id": "68eb47ebc3b9ac708be004a6",
"data": [
"1000040304952|GUTJXYIFPWLHCNDOMBRKVAQESZ",
"1000087676467|IVMRLABECWTQYUXHPOFNJDSZGK",
"1000073612513|ERKPFTVCAJDLINWMXSUOGBQZHY",
"1000011975745|JXEZTVLYOFBQNRHGDKMIPUCAWS"
]
}