http://saleplatform.fpt.net/web-admin/             (product)
       Login
          Telegram : SalePlatform

        /help
        /token
               isc.vudh
          /a 1 Lấy token read stag
    /a 2 Lấy token read product

Swagger
http://saleplatform-api-dev.fpt.net/utility/docs/index.html

http://saleplatform-api-stag.fpt.net/d2d-nonsale/v1/docs/index.html
http://saleplatform-api-stag.fpt.net/rule-engine/docs/index.html
http://saleplatform-api-stag.fpt.net/account/docs/index.html
http://saleplatform-api-stag.fpt.net/order/docs/index.html
http://saleplatform-api-stag.fpt.net/auth/docs/index.html
http://saleplatform-api-stag.fpt.net/utility/docs/index.html
http://saleplatform-api-stag.fpt.net/payment/docs/index.html
http://saleplatform-api-stag.fpt.net/deploy/docs/index.html
http://saleplatform-api-stag.fpt.net/background/docs/index.html
http://saleplatform-api-stag.fpt.net/tracking/docs/index.html


File appsettings.json
stag - no kong
"Domain": {
      "AggergationService": "http://saleplatform-api-stag.fpt.net",
      "AggergationService1": "http://saleplatform-api-stag.fpt.net",
      "UtilityService": "http://saleplatform-api-stag.fpt.net",
      "AccountService": "http://saleplatform-api-stag.fpt.net",
      "OrderService1": "http://saleplatform-api-stag.fpt.net",
      "OrderService": "http://saleplatform-api-stag.fpt.net",
      "TrackingService": "http://saleplatform-api-stag.fpt.net",
      "DeployService": "http://saleplatform-api-stag.fpt.net",
      "PaymentService": "http://saleplatform-api-stag.fpt.net",
      "FSerService": "http://saleplatform-api-stag.fpt.net",
      "FSerService1": "http://saleplatform-api-stag.fpt.net",
      "ConsumerService": "http://saleplatform-api-stag.fpt.net",
      "ConsumerService1": "http://saleplatform-api-stag.fpt.net",
      "RuleEngineService": "http://saleplatform-api-stag.fpt.net",
      "FtelGatewayService": "http://saleplatform-api-stag.fpt.net",
      "BackgroundService": "http://saleplatform-api-stag.fpt.net"
    },

dev - no kong
"Domain": {
      "AggergationService": "http://saleplatform-api-dev.fpt.net",
      "AggergationService1": "http://saleplatform-api-dev.fpt.net",
      "UtilityService": "http://saleplatform-api-dev.fpt.net",
      "AccountService": "http://saleplatform-api-dev.fpt.net",
      "OrderService1": "http://saleplatform-api-dev.fpt.net",
      "OrderService": "http://saleplatform-api-dev.fpt.net",
      "TrackingService": "http://saleplatform-api-dev.fpt.net",
      "DeployService": "http://saleplatform-api-dev.fpt.net",
      "PaymentService": "http://saleplatform-api-dev.fpt.net",
      "FSerService": "http://saleplatform-api-dev.fpt.net",
      "FSerService1": "http://saleplatform-api-dev.fpt.net",
      "ConsumerService": "http://saleplatform-api-dev.fpt.net",
      "ConsumerService1": "http://saleplatform-api-dev.fpt.net",
      "RuleEngineService": "http://saleplatform-api-dev.fpt.net",
      "FtelGatewayService": "http://saleplatform-api-dev.fpt.net",
      "BackgroundService": "http://saleplatform-api-dev.fpt.net"
    },


root - dev - have kong
    "Domain": {
      "AggergationService": "http://sale-platform-ftel-gateway-api-dev",
      "AggergationService1": "http://saleplatform-api-dev.fpt.net",
      "UtilityService": "http://sale-platform-utility-api-dev",
      "AccountService": "http://sale-platform-account-api-dev",
      "OrderService1": "http://sale-platform-order-api-dev",
      "OrderService": "http://sale-platform-order-api-dev",
      "TrackingService": "http://sale-platform-tracking-api-dev",
      "DeployService": "http://sale-platform-deploy-api-dev",
      "PaymentService": "http://sale-platform-payment-api-dev",
      "FSerService": "http://sale-platform-ftel-service-api-dev",
      "FSerService1": "http://saleplatform-api-stag.fpt.net",
      "ConsumerService": "http://sale-platform-consumer-queue-dev",
      "ConsumerService1": "http://saleplatform-api-dev.fpt.net",
      "RuleEngineService": "http://sale-platform-rule-engine-api-dev",
      "FtelGatewayService": "http://sale-platform-ftel-gateway-api-dev",
      "BackgroundService": "http://sale-platform-background-api-dev"

    },



Telegram token : SalePlatform

/help     : Xem hướng dẫn cơ bản

/token   : Lấy token theo salename

/a1        : Lấy token theo salename mặc định của stag

/a2        : Lấy token theo salename mặc định của product


Link source : http://gitlab.fpt.net/SALE-PLATFORM/sale-platform-web-admin

C# :

   + FtelWebAdmin.Application : gọi store SQL, gọi API bên ngoài
   + FtelWebAdmin.Infrastructure :  kết nối SQL, cache, access token, 
   + FtelWebAdmin.Infrastructure.Core : call API bên ngoài, log, mongoDB
   + sale-platform-web-admin : giao diện, trang web

 

Database : SalePlatform