Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
typelist
printablefalse

...

基准URL: /smartfin/api/v1/whitelist


获取公司数据

...

POST /smartfin/api/v1/whitelist/select

...

Code Block
client_attr - array[integer] or null

  • client_attr - 客户属性

  • 数据以参数数组( array )形式存在,或者如果参数、为空,则将解析为 null。

...

Code Block
credit_amt, aff_group_credit_amt , rec_credit_amt, credit_lvl,  credit_score, own_eq,
reg_cap, company_auth_amt, aff_group_auth_amt - float

credit_lvl - integer

aff_group, biz_abbrev - string

...

公司的现状 (true (停用) or ““ )

更新 / 输入公司数据

...

更新URL:
POST/smartfin/api/v1/whitelist/update

输入URL:
POST/smartfin/api/v1/whitelist/insert

...

删除公司数据

...

DELETE/smartfin/api/v1/whitelist/delete

...