Showing
1 changed file
with
14 additions
and
0 deletions
| 1 | +create table T_ICLEAR_API_CHECK_LOG | ||
| 2 | +( | ||
| 3 | +ID bigint primary key identity (1,1), | ||
| 4 | +request_appid varchar(200), | ||
| 5 | +request_appkey varchar(200), | ||
| 6 | +request_token varchar(200), | ||
| 7 | +consignment_code varchar(200), | ||
| 8 | +request_text text, | ||
| 9 | +response_text text, | ||
| 10 | +request_ip varchar(200), | ||
| 11 | +create_time datetime, | ||
| 12 | +success int, | ||
| 13 | +code varchar(200), | ||
| 14 | +) | ... | ... |
-
Please register or login to post a comment