syswxinterfacelog.md 963 Bytes

syswxinterfacelog

  • Engine: InnoDB
  • Collation: utf8mb4_general_ci

Columns

# Name Type Null Key Default Extra Comment
1 iIncrement int NO 0 自增列
2 sId varchar(100) NO 标准ID
3 sType varchar(100) NO PUSH 接口类型:PUSH,PULL
4 tCreateDate datetime NO CURRENT_TIMESTAMP DEFAULT_GENERATED 制单日期
5 sWX_VendorPushReqMsg longtext YES 推送过来的报文
6 sStatus int NO 0 执行结果:0:执行成功。1:执行失败,2:未执行
7 sMsg longtext YES 执行后消息
8 bSync bit(1) NO b'0' 是否同步(回写)

Narrative

No human-written narrative yet — when this table is exercised by a vertical slice, link from there back to this page.