Logo white

backstage / wutong

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wutong
  • Antis.Erp.Plat
  • douyin
  • DouyinLogistics.API
  • appsettings.Development.json
  • feat(douyin): 退款中状态、发货单重提重建销售出库单;wtSp/NCC 相关调整 ...
    1946f6a5
    - 抖音同步:after_sale_info.refund_status=1 识别退款中;MapOrderStatus 20→本地 Status 4
    - 订单合并、运单/发货、前端筛选与创建运单页支持退款中(4)
    - 手动更新发货单时清除 SalesOrderId,使含 ERP 赠品的明细可重新生成销售出库单
    - 附带 antis-ncc-admin wtSp、NCC Extend、launchSettings、前端 config 等既有改动
    
    Made-with: Cursor
    hexiaodong authored
    2026-03-31 11:48:29 +0800  
    Browse Code »
appsettings.Development.json 188 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ErpApi": {
    "BaseUrl": "http://localhost:2011"
  }
}